public interface CacheProvider
Cache
implementation. Via this plug-in construct, the OmniFaces Cache component can
make use of different kinds of cache implementations.Modifier and Type | Method and Description |
---|---|
Cache |
getCache(FacesContext context,
String scope)
Gets an instance of a Cache using the configured cache provider.
|
void |
setParameters(Map<String,String> parameters)
Passes parameters to the cache provider implementation.
|
Cache getCache(FacesContext context, String scope)
context
- faces context used for resolving the given scope.scope
- scope for which the cache should be obtained. Supported scopes are dependent on the specific caching
provider, but generally at least "session" and "application" should be supported.void setParameters(Map<String,String> parameters)
parameters
- map of parameters used to configure the cache.Copyright © 2012–2020 OmniFaces. All rights reserved.