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

Simple Memory cache for DAO instances Ubiquity\cache\dao$DAOMemoryCache This class is part of Ubiquity. More...

+ Inheritance diagram for DAOMemoryCache:

Public Member Functions

 store ($class, $key, $object)
 
 fetch ($class, $key)
 
 delete ($class, $key)
 
- Public Member Functions inherited from AbstractDAOCache
 optimize ()
 

Protected Attributes

 $arrayCache
 

Detailed Description

Simple Memory cache for DAO instances Ubiquity\cache\dao$DAOMemoryCache This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 14 of file DAOMemoryCache.php.

Member Function Documentation

◆ delete()

delete (   $class,
  $key 
)

Reimplemented from AbstractDAOCache.

Definition at line 29 of file DAOMemoryCache.php.

◆ fetch()

fetch (   $class,
  $key 
)

Reimplemented from AbstractDAOCache.

Definition at line 25 of file DAOMemoryCache.php.

◆ store()

store (   $class,
  $key,
  $object 
)

Reimplemented from AbstractDAOCache.

Definition at line 21 of file DAOMemoryCache.php.

Field Documentation

◆ $arrayCache

$arrayCache
protected

Definition at line 19 of file DAOMemoryCache.php.


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