Class AuthTokenCacheLocalImpl
java.lang.Object
org.summerboot.jexpress.integration.cache.SimpleLocalCacheImpl<String,String>
org.summerboot.jexpress.integration.cache.AuthTokenCacheLocalImpl
- All Implemented Interfaces:
Comparable,HealthInspector,AuthTokenCache,SimpleLocalCache<String,String>
public class AuthTokenCacheLocalImpl
extends SimpleLocalCacheImpl<String,String>
implements AuthTokenCache
- Version:
- 2.0
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Nested Class Summary
Nested classes/interfaces inherited from class org.summerboot.jexpress.integration.cache.SimpleLocalCacheImpl
SimpleLocalCacheImpl.CacheEntity<V>Nested classes/interfaces inherited from interface org.summerboot.jexpress.boot.instrumentation.HealthInspector
HealthInspector.InspectionType -
Field Summary
Fields inherited from class org.summerboot.jexpress.integration.cache.SimpleLocalCacheImpl
debouncingDataFields inherited from interface org.summerboot.jexpress.boot.instrumentation.HealthInspector
retryIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.summerboot.jexpress.integration.cache.SimpleLocalCacheImpl
clean, delete, get, putMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.summerboot.jexpress.integration.cache.AuthTokenCache
pingMethods inherited from interface org.summerboot.jexpress.boot.instrumentation.HealthInspector
compareTo, inspectionType, logLevel, pauseLockCode
-
Constructor Details
-
AuthTokenCacheLocalImpl
public AuthTokenCacheLocalImpl()
-
-
Method Details
-
blacklist
- Specified by:
blacklistin interfaceAuthTokenCache
-
isBlacklist
- Specified by:
isBlacklistin interfaceAuthTokenCache
-