public class J2CacheCacheManger
extends org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
Cache implementation for J2Cache.| 构造器和说明 |
|---|
J2CacheCacheManger(net.oschina.j2cache.CacheChannel cacheChannel) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.cache.Cache |
getMissingCache(String name) |
boolean |
isAllowNullValues() |
protected Collection<? extends org.springframework.cache.Cache> |
loadCaches() |
void |
setAllowNullValues(boolean allowNullValues) |
void |
setCacheNames(Collection<String> cacheNames) |
decorateCache, isTransactionAware, setTransactionAwareprotected Collection<? extends org.springframework.cache.Cache> loadCaches()
loadCaches 在类中 org.springframework.cache.support.AbstractCacheManagerpublic boolean isAllowNullValues()
public void setAllowNullValues(boolean allowNullValues)
protected org.springframework.cache.Cache getMissingCache(String name)
getMissingCache 在类中 org.springframework.cache.support.AbstractCacheManagerpublic void setCacheNames(Collection<String> cacheNames)
Copyright © 2018. All rights reserved.