Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
AbstractDAOCache Class Reference

Ubiquity\cache\dao$AbstractDAOCache This class is part of Ubiquity. More...

+ Inheritance diagram for AbstractDAOCache:

Public Member Functions

 store ($class, $key, $object)
 
 fetch ($class, $key)
 
 delete ($class, $key)
 
 optimize ()
 

Detailed Description

Ubiquity\cache\dao$AbstractDAOCache This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 13 of file AbstractDAOCache.php.

Member Function Documentation

◆ delete()

delete (   $class,
  $key 
)
abstract

Reimplemented in DAOCache, DAOMemoryCache, and DAOSerialCache.

◆ fetch()

fetch (   $class,
  $key 
)
abstract

Reimplemented in DAOCache, DAOMemoryCache, and DAOSerialCache.

◆ optimize()

optimize ( )

Definition at line 21 of file AbstractDAOCache.php.

◆ store()

store (   $class,
  $key,
  $object 
)
abstract

Reimplemented in DAOCache, DAOMemoryCache, and DAOSerialCache.


The documentation for this class was generated from the following file: