PHP Interface ScriptFUSION\Porter\Cache\CacheToggle

Afficher le fichier Open project: ScriptFUSION/Porter

Méthodes publiques

Méthode Description
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.

Method Details

disableCache() public méthode

Disables the cache, prohibiting subsequent cache access operations.
public disableCache ( ) : void
Résultat void

enableCache() public méthode

Enables the cache, permitting subsequent cache access operations.
public enableCache ( ) : void
Résultat void

isCacheEnabled() public méthode

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