Package org.riotfamily.website.cache

Class Summary
CacheTagEntityListener Hibernate Interceptor that invalidates tagged cache items whenever an entity with a TagCacheItems annotation is modified or deleted.
CacheTagUtils  
QueryResultObjectWrapperPlugin ObjectWrapperPlugin that tags cache items whenever a QueryResult for entities with the TagCacheItems annotation is accessed by a FreeMarker template.
TaggingObjectWrapperPlugin ObjectWrapperPlugin that tags cache items whenever a class with the TagCacheItems annotation is accessed by a FreeMarker template.
TaggingSequence SimpleSequence subclass that tags cache items with a list of configured tags whenever the size of the sequence is accessed.
TaggingStringModel StringModel subclass that tags cache items with a list of configured tags whenever a property is read.
 

Annotation Types Summary
TagCacheItems