It's an upgrade based on the new Cache implementation #693. It allows to use the Rails conventions to cache specific attributes or associations. It's based on the Cache Composition implementation.
You can override associations to define custom scope on them.
null belongs_to associations are now serialized as nil instead of raise an error during serialization.