TokenCacheContext class
This class instance helps track the memory changes facilitating decisions to read from and write to the persistent cache
Constructors
Token |
Properties
cache | serializable token cache interface |
cache |
boolean which indicates the changes in cache |
has |
boolean indicating cache change |
token |
function to retrieve the token cache |
Constructor Details
TokenCacheContext(ISerializableTokenCache, boolean)
new TokenCacheContext(tokenCache: ISerializableTokenCache, hasChanged: boolean)
Parameters
- tokenCache
- ISerializableTokenCache
- hasChanged
-
boolean
Property Details
cache
serializable token cache interface
cache: ISerializableTokenCache
Property Value
cacheHasChanged
boolean which indicates the changes in cache
boolean cacheHasChanged
Property Value
boolean
hasChanged
boolean indicating cache change
hasChanged: boolean
Property Value
boolean
tokenCache
function to retrieve the token cache
ISerializableTokenCache tokenCache