-----------------
- Added `content.get_vocab_value` based on `content.get_vocab` but returns
the values (`attr_name='token'` by default, may also be `value` or `title`).
[gbastien]
- Added `EnhancedTerm` based on `SimpleTerm` providing `attrs` dict on term
[sgeulette]
- Added `cache.cleanForeverCache` that will clear cache of functions using the
`forever.memoize` decorator.
[gbastien]