Package | Description |
---|---|
org.omnifaces.component.output.cache |
Class and Description |
---|
Cache
Interface that abstracts a simple get and put operation for a concrete cache implementation.
|
CacheEntry
Meta data for a value that's stored in a cache.
|
CacheInstancePerScopeProvider
Base class for Cache providers where for each scope a new instance of the cache is created if for that scope no instance
is present yet.
|
CacheProvider
A provider for a specific
Cache implementation. |
TimeToLiveCache
Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.
|