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 class
CacheInstancePerScopeProvider
Base 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.class
DefaultCacheProvider
A 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 CacheProvider
CacheFactory. getCacheProvider(FacesContext context)
Gets the cache provider that has been set, or the default provider if none is present.static CacheProvider
CacheFactory. getCacheProvider(ServletContext servletContext)
Gets the cache provider as it has been set in the ServletContext.static CacheProvider
CacheFactory. 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 void
CacheFactory. setCacheProvider(CacheProvider cacheProvider, ServletContext servletContext)
-