Edit

Share via


ICachePlugin interface

Properties

afterCacheAccess
beforeCacheAccess

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>