PHP 인터페이스 Neos\Cache\Backend\FreezableBackendInterface

상속: extends Neos\Cache\Backend\BackendInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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