public class AppStatusCacheAdapter extends Object implements org.springframework.cache.Cache
| Constructor and Description | 
|---|
| AppStatusCacheAdapter(org.springframework.cache.Cache ehcache) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| void | evict(Object key) | 
| org.springframework.cache.Cache.ValueWrapper | get(Object key) | 
| <T> T | get(Object arg0,
   Class<T> arg1) | 
| String | getName() | 
| Object | getNativeCache() | 
| void | put(Object key,
   Object value) | 
| org.springframework.cache.Cache.ValueWrapper | putIfAbsent(Object arg0,
           Object arg1) | 
public AppStatusCacheAdapter(org.springframework.cache.Cache ehcache)
public void clear()
clear in interface org.springframework.cache.Cachepublic void evict(Object key)
evict in interface org.springframework.cache.Cachepublic org.springframework.cache.Cache.ValueWrapper get(Object key)
get in interface org.springframework.cache.Cachepublic <T> T get(Object arg0, Class<T> arg1)
get in interface org.springframework.cache.Cachepublic String getName()
getName in interface org.springframework.cache.Cachepublic Object getNativeCache()
getNativeCache in interface org.springframework.cache.Cachepublic void put(Object key, Object value)
put in interface org.springframework.cache.CacheCopyright © 2010–2016. All rights reserved.