Uses of Interface
org.omnifaces.util.cache.CacheProvider
Packages that use CacheProvider
-
Uses of CacheProvider in org.omnifaces.util.cache
Classes in org.omnifaces.util.cache that implement CacheProviderModifier and TypeClassDescriptionclassBase 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.classA default cache provider that will be used by the OmniFaces Cache component if no explicit provider has been configured.Methods in org.omnifaces.util.cache that return CacheProviderModifier and TypeMethodDescriptionstatic CacheProviderCacheFactory.getCacheProvider(FacesContext context) Gets the cache provider that has been set, or the default provider if none is present.static CacheProviderCacheFactory.getCacheProvider(ServletContext servletContext) Gets the cache provider as it has been set in the ServletContext.static CacheProviderCacheFactory.getDefaultCacheProvider()Returns an instance of the default cache provider.Methods in org.omnifaces.util.cache with parameters of type CacheProviderModifier and TypeMethodDescriptionstatic voidCacheFactory.setCacheProvider(CacheProvider cacheProvider, ServletContext servletContext)