|
Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\cache\dao$DAOSerialCache This class is part of Ubiquity. More...
Inheritance diagram for DAOSerialCache:Public Member Functions | |
| __construct ($cacheSystem=ArrayCache::class, $serializer=PhpSerializer::class) | |
| store ($class, $key, $object) | |
| fetch ($class, $key) | |
| delete ($class, $key) | |
Public Member Functions inherited from AbstractDAOCache | |
| optimize () | |
Protected Member Functions | |
| getKey ($class, $key) | |
Protected Attributes | |
| $serializer | |
| $cache | |
Ubiquity\cache\dao$DAOSerialCache This class is part of Ubiquity.
Definition at line 19 of file DAOSerialCache.php.
| __construct | ( | $cacheSystem = ArrayCache::class, |
|
$serializer = PhpSerializer::class |
|||
| ) |
Definition at line 37 of file DAOSerialCache.php.
| delete | ( | $class, | |
| $key | |||
| ) |
Reimplemented from AbstractDAOCache.
Definition at line 58 of file DAOSerialCache.php.
| fetch | ( | $class, | |
| $key | |||
| ) |
Reimplemented from AbstractDAOCache.
Definition at line 50 of file DAOSerialCache.php.
|
protected |
Definition at line 33 of file DAOSerialCache.php.
| store | ( | $class, | |
| $key, | |||
| $object | |||
| ) |
Reimplemented from AbstractDAOCache.
Definition at line 46 of file DAOSerialCache.php.
|
protected |
Definition at line 31 of file DAOSerialCache.php.
|
protected |
Definition at line 25 of file DAOSerialCache.php.