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 classDefaultCacheAn in-memory cache implementation that's used if the user did not configure an explicit caching provider.classTimeToLiveCacheBase 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 CacheCacheInstancePerScopeProvider. createCache(Integer timeToLive, Integer maxCapacity)protected CacheDefaultCacheProvider. createCache(Integer timeToLive, Integer maxCapacity)static CacheCacheFactory. getCache(FacesContext context, String scope)Gets an instance of a Cache using the configured cache provider.CacheCacheInstancePerScopeProvider. getCache(FacesContext context, String scope)CacheCacheProvider. getCache(FacesContext context, String scope)Gets an instance of a Cache using the configured cache provider.
-