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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
debouncingData
-
-
Constructor Details
-
SimpleLocalCacheImpl
public SimpleLocalCacheImpl()
-
-
Method Details
-
clean
protected void clean(long now) -
put
- Specified by:
putin interfaceSimpleLocalCache<K,V> - Parameters:
key-value-ttlMilliseconds-
-
get
- Specified by:
getin interfaceSimpleLocalCache<K,V> - Parameters:
key-- Returns:
-
delete
- Specified by:
deletein interfaceSimpleLocalCache<K,V> - Parameters:
key-- Returns:
-