Package | Description |
---|---|
cn.orionsec.kit.lang.define.cache |
Modifier and Type | Class and Description |
---|---|
class |
TimedCacheImpl<T>
过期缓存
|
Modifier and Type | Method and Description |
---|---|
TimedCache<T> |
TimedCacheBuilder.build() |
static <T> TimedCache<T> |
TimedCacheBuilder.create(int expireAfter)
创建过期缓存
|
static <T> TimedCache<T> |
TimedCacheBuilder.create(int expireAfter,
int checkInterval)
创建过期缓存
|
Copyright © 2025. All rights reserved.