PHP 인터페이스 ScriptFUSION\Porter\Cache\CacheToggle

파일 보기 프로젝트 열기: ScriptFUSION/Porter

공개 메소드들

메소드 설명
disableCache ( ) : void Disables the cache, prohibiting subsequent cache access operations.
enableCache ( ) : void Enables the cache, permitting subsequent cache access operations.
isCacheEnabled ( ) : boolean Gets a value indicating whether the cache is enabled.

메소드 상세

disableCache() 공개 메소드

Disables the cache, prohibiting subsequent cache access operations.
public disableCache ( ) : void
리턴 void

enableCache() 공개 메소드

Enables the cache, permitting subsequent cache access operations.
public enableCache ( ) : void
리턴 void

isCacheEnabled() 공개 메소드

Gets a value indicating whether the cache is enabled.
public isCacheEnabled ( ) : boolean
리턴 boolean True if cache is enabled, otherwise false.