Package | Description |
---|---|
lazyj |
Here you find the database wrapper, servlet wrapper, logger, formatting utilities and other utility classes.
|
lazyj.cache |
Content cache management classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PageCache
This is the page cache.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpirationCache<K,V>
This class implements a caching with a maximum lifetime after which the elements are removed.
|
class |
GenericLastValuesCache<K,V>
Keep a cache of the last used values.
|
class |
GenericQueryCacher<K,V>
Create a cache based on the resultset produced by a DB query.
|
Modifier and Type | Method and Description |
---|---|
static CacheElement<?,?> |
Cache.get(java.lang.String sKey)
Use this method to retrieve an entry you are interested in.
|
Modifier and Type | Method and Description |
---|---|
static void |
Cache.register(java.lang.String sKey,
CacheElement<?,?> ce)
Register an element into the Cache.
|