PHP Class Pinq\Caching\OneDimensionalCacheAdapter

Author: Elliot Levin ([email protected])
Inheritance: extends CacheAdapter
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
clearInNamespace ( string $namespace ) : void Clears all cached values in the supplied namespace key prefix.
forNamespace ( $namespace )
inGlobalNamespace ( ) : Pinq\Caching\ICacheAdapter Returns a new cache implementation for the global namespace.

Method Details

__construct() public méthode

public __construct ( )

clearInNamespace() abstract public méthode

Clears all cached values in the supplied namespace key prefix.
abstract public clearInNamespace ( string $namespace ) : void
$namespace string
Résultat void

forNamespace() public méthode

public forNamespace ( $namespace )

inGlobalNamespace() public méthode

Returns a new cache implementation for the global namespace.
public inGlobalNamespace ( ) : Pinq\Caching\ICacheAdapter
Résultat Pinq\Caching\ICacheAdapter