Abstract
The type of keys used for caching.
The type of values associated with the cached keys.
Protected
Readonly
resultsResults instance associated with the manager.
Readonly
cacheThe collection of cached items.
Protected
Readonly
scopeRepresents the scope of the logger, enabling categorization and filtering of log entries.
Readonly
clientRepresents the client that instantiated this class.
Protected
isIndicates whether the application is running in production mode.
true
if the application is running in production mode; otherwise, false
.
Private
checkProtected
Optional
checkValidates whether the entry meets the specific conditions for the manager cache.
The value to validate.
true
if the entry meets the specific conditions for the manager cache; otherwise false
.
Method used in further entry validation, checking for specific conditions based on the entry type.
Private
isProtected
Abstract
setupSets up the manager by supplying essential data and performing preparatory tasks.
Orchestrates the initialization process, encompassing the setup of foundational data and execution of preparatory tasks. This ensures that the manager is equipped to handle interactions and various operations effectively.
Sealed
Initializes the manager.
This method should be called after creating an instance of the class to perform any necessary setup or initialization.
Generated using TypeDoc
Abstract class that serves as the foundation for managing cached data. Inherits basic manager functionalities and introduces caching capabilities.