Uses of Interface
org.omnifaces.util.cache.Cache
Packages that use Cache
-
Uses of Cache in org.omnifaces.util.cache
Classes in org.omnifaces.util.cache that implement CacheModifier and TypeClassDescriptionclassAn in-memory cache implementation that's used if the user did not configure an explicit caching provider.classBase 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 CacheModifier and TypeMethodDescriptionprotected 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.CacheInstancePerScopeProvider.getCache(FacesContext context, String scope) CacheProvider.getCache(FacesContext context, String scope) Gets an instance of a Cache using the configured cache provider.