Package | Description |
---|---|
lazyj |
Here you find the database wrapper, servlet wrapper, logger, formatting utilities and other utility classes.
|
lazyj.cache |
Content cache management classes.
|
Class and Description |
---|
CacheElement
An interface that must be implemented by any object that must be registered into the
Cache . |
ExpirationCache
This class implements a caching with a maximum lifetime after which the elements are removed.
|
Class and Description |
---|
CacheElement
An interface that must be implemented by any object that must be registered into the
Cache . |
ReversableMultivaluesCache
Similar to
ReversableUniqueCache , a cache class implementing this interface can answer to request like
"give me the keys that have this value associated to them". |
ReversableUniqueCache
Most of the cache entries are reversible, eg if an ID is associated to a unique name you usually need
two way queries: "give me the name for this ID" and "give me the ID for this name".
|