Class SimpleLocalCacheImpl<K,V>
java.lang.Object
org.summerboot.jexpress.integration.cache.SimpleLocalCacheImpl<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
SimpleLocalCache<K,V>
- Direct Known Subclasses:
AuthTokenCacheLocalImpl
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<Object, SimpleLocalCacheImpl.CacheEntity<V>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
debouncingData
-
-
Constructor Details
-
SimpleLocalCacheImpl
public SimpleLocalCacheImpl()
-
-
Method Details
-
clean
protected void clean(long now) -
put
-
get
-
delete
-