Package org.riotfamily.cachius

Library to cache web content.

See:
          Description

Interface Summary
CacheHandler Callback interface that can be passed to CacheService.handle(CacheHandler).
 

Class Summary
Cache The Cachius cache.
CacheEntry Class that holds a reference to the actual cached data and a lock that can be used to synchronize the access.
CacheFactory  
CacheItem Representation of cached item that is backed by a file.
CacheService  
CachiusStatistics  
TaggingContext Provides static methods to tag cache items.
 

Package org.riotfamily.cachius Description

Library to cache web content.