| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.cache |
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
AbstractMapCacheManager.MapCacheObject<K>
An implementation of the
CacheObject that stores data in the Map. |
protected static class |
GuavaCacheManager.GuavaCacheObject<K>
A
CacheObject implementation that stores data in the Cache. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract <K> @NonNull AbstractCacheManager.AbstractCacheObject<K> |
AbstractCacheManager.doCreateCache(String name,
Long expireTime,
TimeUnit timeUnit)
Create cache instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractCacheManager.invalidate(AbstractCacheManager.AbstractCacheObject<?> cacheObject)
Invalidate cache.
|
Copyright © 2024. All rights reserved.