Jobbuddy
Chargement...
Recherche...
Aucune correspondance
Référence de la classe NullCache
Graphe d'héritage de NullCache:
CacheInterface RemovableCacheInterface

Fonctions membres publiques

 generateKey (string $name, string $className)
 write (string $key, string $content)
 load (string $key)
 getTimestamp (string $key)
 remove (string $name, string $cls)

Description détaillée

Implements a no-cache strategy.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ generateKey()

generateKey ( string $name,
string $className )

Generates a cache key for the given template class name.

Implémente CacheInterface.

◆ getTimestamp()

getTimestamp ( string $key)

Returns the modification timestamp of a key.

Implémente CacheInterface.

◆ load()

load ( string $key)

Loads a template from the cache.

Implémente CacheInterface.

◆ remove()

remove ( string $name,
string $cls )

◆ write()

write ( string $key,
string $content )

Writes the compiled template to cache.

Paramètres
string$contentThe template representation as a PHP class

Implémente CacheInterface.


La documentation de cette classe a été générée à partir du fichier suivant :