Uses of Class
sunlabs.brazil.session.CacheManager

Packages that use CacheManager
sunlabs.brazil.session   
 

Uses of CacheManager in sunlabs.brazil.session
 

Subclasses of CacheManager in sunlabs.brazil.session
 class PropertiesCacheManager
          A version of the CacheManager that saves out any session state that is either a "java properties" object, or implements "Saveable" into a directory in the filesystem, one file per entry, then restores them on server startup.