Uses of Interface
org.omnifaces.util.cache.CacheProvider
-
Packages that use CacheProvider Package Description org.omnifaces.util.cache -
-
Uses of CacheProvider in org.omnifaces.util.cache
Classes in org.omnifaces.util.cache that implement CacheProvider Modifier and Type Class Description classCacheInstancePerScopeProviderBase 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.classDefaultCacheProviderA 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 CacheProvider Modifier and Type Method Description static 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 CacheProvider Modifier and Type Method Description static voidCacheFactory. setCacheProvider(CacheProvider cacheProvider, ServletContext servletContext)
-