PHP Класс Neos\FluidAdaptor\Core\Cache\CacheAdaptor

Наследование: implements TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$flowCache Neos\Cache\Frontend\PhpFrontend

Открытые методы

Метод Описание
flush ( string | null $name = null ) : boolean | void Flushes the cache either by entry or flushes the entire cache if no entry is provided.
get ( string $name ) : string Gets an entry from the cache or NULL if the entry does not exist.
getCacheWarmer ( ) : TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface Get an instance of FluidCacheWarmerInterface which can warm up template files that would normally be cached on-the-fly to this FluidCacheInterface implementaion.
set ( string $name, string $value ) Set or updates an entry identified by $name into the cache.

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

flush() публичный Метод

Flushes the cache either by entry or flushes the entire cache if no entry is provided.
public flush ( string | null $name = null ) : boolean | void
$name string | null
Результат boolean | void

get() публичный Метод

Gets an entry from the cache or NULL if the entry does not exist.
public get ( string $name ) : string
$name string
Результат string

getCacheWarmer() публичный Метод

Get an instance of FluidCacheWarmerInterface which can warm up template files that would normally be cached on-the-fly to this FluidCacheInterface implementaion.
public getCacheWarmer ( ) : TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface
Результат TYPO3Fluid\Fluid\Core\Cache\FluidCacheWarmerInterface

set() публичный Метод

Set or updates an entry identified by $name into the cache.
public set ( string $name, string $value )
$name string
$value string

Описание свойств

$flowCache защищенное свойство

protected PhpFrontend,Neos\Cache\Frontend $flowCache
Результат Neos\Cache\Frontend\PhpFrontend