Uses of Interface
org.omnifaces.util.cache.Cache
-
Packages that use Cache Package Description org.omnifaces.util.cache -
-
Uses of Cache in org.omnifaces.util.cache
Classes in org.omnifaces.util.cache that implement Cache Modifier and Type Class Description class
DefaultCache
An in-memory cache implementation that's used if the user did not configure an explicit caching provider.class
TimeToLiveCache
Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.Methods in org.omnifaces.util.cache that return Cache Modifier and Type Method Description protected abstract Cache
CacheInstancePerScopeProvider. createCache(Integer timeToLive, Integer maxCapacity)
protected Cache
DefaultCacheProvider. createCache(Integer timeToLive, Integer maxCapacity)
static Cache
CacheFactory. getCache(FacesContext context, String scope)
Gets an instance of a Cache using the configured cache provider.Cache
CacheInstancePerScopeProvider. getCache(FacesContext context, String scope)
Cache
CacheProvider. getCache(FacesContext context, String scope)
Gets an instance of a Cache using the configured cache provider.
-