Uses of Package
org.omnifaces.util.cache
-
Packages that use org.omnifaces.util.cache Package Description org.omnifaces.util.cache -
Classes in org.omnifaces.util.cache used by org.omnifaces.util.cache Class 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 specificCache
implementation.TimeToLiveCache Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.