Package | Description |
---|---|
org.omnifaces.util.cache |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCache
An in-memory cache implementation that's used if the user did not configure an explicit caching provider.
|
class |
TimeToLiveCache
Base class that can be used by Map based caches that don't support time to live semantics and arbitrary attributes natively.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Cache |
CacheInstancePerScopeProvider.createCache(Integer timeToLive,
Integer maxCapacity) |
protected Cache |
DefaultCacheProvider.createCache(Integer timeToLive,
Integer maxCapacity) |
Cache |
CacheProvider.getCache(FacesContext context,
String scope)
Gets an instance of a Cache using the configured cache provider.
|
Cache |
CacheInstancePerScopeProvider.getCache(FacesContext context,
String scope) |
static Cache |
CacheFactory.getCache(FacesContext context,
String scope)
Gets an instance of a Cache using the configured cache provider.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.