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 SimpleLocalCacheImpl
SimpleLocalCacheImpl.CacheEntity<V>Nested classes/interfaces inherited from interface HealthInspector
HealthInspector.InspectionType -
Field Summary
Fields inherited from class SimpleLocalCacheImpl
debouncingDataFields inherited from interface HealthInspector
retryIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SimpleLocalCacheImpl
clean, delete, get, putMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AuthTokenCache
pingMethods inherited from interface HealthInspector
compareTo, inspectionType, logLevel, pauseLockCode
-
Constructor Details
-
AuthTokenCacheLocalImpl
public AuthTokenCacheLocalImpl()
-
-
Method Details
-
blacklist
- Specified by:
blacklistin interfaceAuthTokenCache
-
isBlacklist
- Specified by:
isBlacklistin interfaceAuthTokenCache
-