Package org.qi4j.library.cache

Interface Summary
InvocationCache JAVADOC
InvocationCacheAbstractComposite JAVADOC
 

Class Summary
CacheInvocationResultSideEffect Cache result of @Cached method calls.
InvalidateCacheOnSettersSideEffect Invalidate cache on setters.
InvalidateCacheOnSettersSideEffect.AppliesTo  
InvocationCacheMixin JAVADOC
ReturnCachedValueConcern Return value of @Cached calls if possible.
ReturnCachedValueOnExceptionConcern Return value of @Cached calls on exceptions.
 

Annotation Types Summary
Cached Mark interfaces or methods whose results should be cached with this annotation.