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
.
Protected
checkProtected
setupAdds a new entry to the cache.
The key to add.
The value to add.
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.