PHP Интерфейс ScriptFUSION\Porter\Cache\CacheToggle

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

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

Метод Описание
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.