PHP Интерфейс Neos\Cache\Backend\FreezableBackendInterface

Наследование: extends Neos\Cache\Backend\BackendInterface
Показать файл Открыть проект

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

Метод Описание
freeze ( ) : void Freezes this cache backend.
isFrozen ( ) : boolean Tells if this backend is frozen.

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

freeze() публичный метод

All data in a frozen backend remains unchanged and methods which try to add or modify data result in an exception thrown. Possible expiry times of individual cache entries are ignored. On the positive side, a frozen cache backend is much faster on read access. A frozen backend can only be thawn by calling the flush() method.
public freeze ( ) : void
Результат void

isFrozen() публичный метод

Tells if this backend is frozen.
public isFrozen ( ) : boolean
Результат boolean