| Package | Description | 
|---|---|
| org.omnifaces.util.cache | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultCacheAn in-memory cache implementation that's used if the user did not configure an explicit caching provider. | 
| class  | TimeToLiveCacheBase 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–2018 OmniFaces. All rights reserved.