PHP Class Sulu\Component\Cache\DataCache

When the file exists the cache uses the data in the file and does not rely on other files.
Inheritance: implements Sulu\Component\Cache\CacheInterface
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $file )
invalidate ( )
isFresh ( )
read ( )
write ( $data )

Method Details

__construct() public méthode

public __construct ( $file )

invalidate() public méthode

public invalidate ( )

isFresh() public méthode

public isFresh ( )

read() public méthode

public read ( )

write() public méthode

public write ( $data )