Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\cache\dao$DAOCache This class is part of Ubiquity. More...
Public Member Functions | |
__construct ($cacheSystem=MemCachedDriver::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 | |
$cache | |
Private Attributes | |
$items | |
Ubiquity\cache\dao$DAOCache This class is part of Ubiquity.
Definition at line 17 of file DAOCache.php.
__construct | ( | $cacheSystem = MemCachedDriver::class | ) |
Definition at line 33 of file DAOCache.php.
delete | ( | $class, | |
$key | |||
) |
Reimplemented from AbstractDAOCache.
Definition at line 53 of file DAOCache.php.
fetch | ( | $class, | |
$key | |||
) |
Reimplemented from AbstractDAOCache.
Definition at line 45 of file DAOCache.php.
|
protected |
Definition at line 29 of file DAOCache.php.
store | ( | $class, | |
$key, | |||
$object | |||
) |
Reimplemented from AbstractDAOCache.
Definition at line 41 of file DAOCache.php.
|
protected |
Definition at line 27 of file DAOCache.php.
|
private |
Definition at line 22 of file DAOCache.php.