PHP Трейт Webiny\Component\Cache\CacheTrait

Показать файл Открыть проект

Защищенные методы

Метод Описание
cache ( string $cacheId ) : CacheStorage Returns instance of cache driver.

Описание методов

cache() защищенный статический Метод

If instance with the given $cacheId doesn't exist, ServiceManagerException is thrown.
protected static cache ( string $cacheId ) : CacheStorage
$cacheId string Name of the cache driver
Результат CacheStorage