Uses of Class
sunlabs.brazil.session.CacheManager
-
Packages that use CacheManager Package Description sunlabs.brazil.session -
-
Uses of CacheManager in sunlabs.brazil.session
Subclasses of CacheManager in sunlabs.brazil.session Modifier and Type Class Description 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.
-