public class SpringJ2CacheManager extends Object implements org.springframework.cache.CacheManager
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.springframework.cache.Cache> |
caches |
protected net.oschina.j2cache.CacheChannel |
channel |
protected Object |
lock |
| Constructor and Description |
|---|
SpringJ2CacheManager() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cache.Cache |
getCache(String name) |
Collection<String> |
getCacheNames() |
protected net.oschina.j2cache.CacheChannel channel
protected Object lock
public org.springframework.cache.Cache getCache(String name)
getCache in interface org.springframework.cache.CacheManagerpublic Collection<String> getCacheNames()
getCacheNames in interface org.springframework.cache.CacheManagerCopyright © 2015. All rights reserved.