Interface ICacheStrategy
-
- All Known Implementing Classes:
LongestExpireCacheStrategy
public interface ICacheStrategyAn interface to describes a cache strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcacheJwt(Jwt.Key key, Jwt jwt)caches a jwt to the cache pool with provided cache key and jwt.JwtgetCachedJwt(Jwt.Key key)get Jwt from cache pool with provided Jwt.Key cache key
-