Cache
AbstractYes
Class CachePool
Table of Contents
Methods
- __construct() : mixed
- CachePool constructor.
- saveDataToCache() : void
Methods
__construct()
CachePool constructor.
public
__construct(int $ttl, string $cacheId, Cache $cache, EventManager $eventManager) : mixed
Parameters
- $ttl : int
- $cacheId : string
- $cache : Cache
- $eventManager : EventManager
saveDataToCache()
public
abstract saveDataToCache() : void