@ContainerCache(cacheManager="GuavaCacheManager") @Documented @Target(value={ANNOTATION_TYPE,METHOD,TYPE}) @Retention(value=RUNTIME) public @interface GuavaContainerCache
GuavaCacheManager.ContainerCache| 限定符和类型 | 可选元素和说明 |
|---|---|
long |
expirationTime
The time to live of the cache,
default to -1L, which means the cache will never proactive evict.
|
TimeUnit |
timeUnit
The time unit of the cache expiry time,
default to
TimeUnit.MILLISECONDS. |
public abstract long expirationTime
public abstract TimeUnit timeUnit
TimeUnit.MILLISECONDS.Copyright © 2024. All rights reserved.