@Deprecated public final class CacheAspect extends Object implements org.springframework.core.Ordered, org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
CacheAspect()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet()
已过时。
|
Object |
cacheable(org.aspectj.lang.ProceedingJoinPoint pjp,
Cacheable cacheable)
已过时。
|
void |
destroy()
已过时。
|
int |
getOrder()
已过时。
|
void |
setCacheManager(net.sf.ehcache.CacheManager cacheManager)
已过时。
|
void |
setCacheManagerName(String cacheManagerName)
已过时。
|
void |
setConfigLocation(org.springframework.core.io.Resource configLocation)
已过时。
|
void |
setDiskExpiryThreadIntervalSeconds(int diskExpiryThreadIntervalSeconds)
已过时。
|
void |
setDiskPersistent(boolean diskPersistent)
已过时。
|
void |
setEternal(boolean eternal)
已过时。
|
void |
setMaxElementsInMemory(int maxElementsInMemory)
已过时。
|
void |
setMaxElementsOnDisk(int maxElementsOnDisk)
已过时。
|
void |
setMemoryStoreEvictionPolicy(net.sf.ehcache.store.MemoryStoreEvictionPolicy memoryStoreEvictionPolicy)
已过时。
|
void |
setOrder(Integer order)
已过时。
|
void |
setOverflowToDisk(boolean overflowToDisk)
已过时。
|
void |
setShared(boolean shared)
已过时。
|
void |
setTimeToIdle(int timeToIdle)
已过时。
|
void |
setTimeToLive(int timeToLive)
已过时。
|
public void destroy()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic int getOrder()
getOrder 在接口中 org.springframework.core.Orderedpublic void setOrder(Integer order)
public Object cacheable(org.aspectj.lang.ProceedingJoinPoint pjp, Cacheable cacheable) throws Throwable
Throwablepublic void setConfigLocation(org.springframework.core.io.Resource configLocation)
public void setShared(boolean shared)
public void setCacheManagerName(String cacheManagerName)
public void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
public void setMaxElementsInMemory(int maxElementsInMemory)
public void setMaxElementsOnDisk(int maxElementsOnDisk)
public void setMemoryStoreEvictionPolicy(net.sf.ehcache.store.MemoryStoreEvictionPolicy memoryStoreEvictionPolicy)
public void setOverflowToDisk(boolean overflowToDisk)
public void setEternal(boolean eternal)
public void setTimeToLive(int timeToLive)
public void setTimeToIdle(int timeToIdle)
public void setDiskPersistent(boolean diskPersistent)
public void setDiskExpiryThreadIntervalSeconds(int diskExpiryThreadIntervalSeconds)
Copyright © 2016. All rights reserved.