AbstractType of the kernel that must extend ICoreKernel.
Type of the database, which can be IDataBase or null.
Type of the client, which can be ICoreClient or null.
Type of the cache, which can be ICoreCache or null.
Type of the presenter, which can be ICorePresenter or null.
Type of the kernel that must extend ICoreKernel.
Type of the database, which can be IDataBase or null.
Type of the client, which can be ICoreClient or null.
Type of the cache, which can be ICoreCache or null.
Type of the presenter, which can be ICorePresenter or null.
AbstractclearAbstractclearAbstractdeleteAbstractdeleteAbstractexistAbstractgetAbstractgetAbstractsetAbstractsetAbstractstartAbstractstop
Abstract base class that defines the API for cache implementations within the core framework.
The cache is identified by a unique channel and module name. Concrete subclasses must provide the storage logic for all abstract methods.