| Package | Description | 
|---|---|
| com.communote.server.core.common.caching | |
| com.communote.server.core.common.caching.eh | 
| Modifier and Type | Method and Description | 
|---|---|
protected CacheElementWrapper<Serializable> | 
NoCache.handleGet(String cacheKey)  | 
protected abstract CacheElementWrapper<Serializable> | 
Cache.handleGet(String cacheKey)
Retrieves an element identified by the provided key from the cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NoCache.handlePut(String cacheKey,
         CacheElementWrapper<Serializable> cacheElement,
         int timeToLive)  | 
protected abstract void | 
Cache.handlePut(String cacheKey,
         CacheElementWrapper<Serializable> cacheElement,
         int timeToLive)
Stores an element under the key cacheKey in the cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected CacheElementWrapper<Serializable> | 
EhCache.handleGet(String cacheKey)
Retrieves an element identified by the provided key from the cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
EhCache.handlePut(String cacheKey,
         CacheElementWrapper<Serializable> cacheElement,
         int timeToLive)
Stores an element under the key cacheKey in the cache. 
 | 
Copyright © 2019 Communote team. All rights reserved.