public static class GuavaCacheManager.DefaultCacheFactory extends Object implements GuavaCacheManager.CacheFactory
GuavaCacheManager.CacheFactory implementation,
if expire time greater than 0, use CacheBuilder.expireAfterWrite(long, TimeUnit),
if expire time less than 0, use CacheBuilder.weakKeys() and CacheBuilder.weakValues().| 限定符和类型 | 字段和说明 |
|---|---|
static GuavaCacheManager.DefaultCacheFactory |
INSTANCE |
| 构造器和说明 |
|---|
DefaultCacheFactory() |
public static final GuavaCacheManager.DefaultCacheFactory INSTANCE
Copyright © 2024. All rights reserved.