ICachePlugin interface
Properties
after |
|
before |
Property Details
afterCacheAccess
afterCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>
Property Value
(tokenCacheContext: TokenCacheContext) => Promise<void>
beforeCacheAccess
beforeCacheAccess: (tokenCacheContext: TokenCacheContext) => Promise<void>
Property Value
(tokenCacheContext: TokenCacheContext) => Promise<void>