| Package | Description | 
|---|---|
| org.omnifaces.component.output.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 Cache | 
DefaultCacheProvider.createCache(Integer timeToLive,
           Integer maxCapacity)  | 
protected abstract Cache | 
CacheInstancePerScopeProvider.createCache(Integer timeToLive,
           Integer maxCapacity)  | 
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. 
 | 
Cache | 
CacheProvider.getCache(FacesContext context,
        String scope)
Gets an instance of a Cache using the configured cache provider. 
 | 
Copyright © 2012–2016 OmniFaces. All rights reserved.