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

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

+ Inheritance diagram for DAOCache:

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
 

Detailed Description

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

Author
jc
Version
1.0.0

Definition at line 17 of file DAOCache.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $cacheSystem = MemCachedDriver::class)

Definition at line 33 of file DAOCache.php.

Member Function Documentation

◆ delete()

delete (   $class,
  $key 
)

Reimplemented from AbstractDAOCache.

Definition at line 53 of file DAOCache.php.

◆ fetch()

fetch (   $class,
  $key 
)

Reimplemented from AbstractDAOCache.

Definition at line 45 of file DAOCache.php.

◆ getKey()

getKey (   $class,
  $key 
)
protected

Definition at line 29 of file DAOCache.php.

◆ store()

store (   $class,
  $key,
  $object 
)

Reimplemented from AbstractDAOCache.

Definition at line 41 of file DAOCache.php.

Field Documentation

◆ $cache

$cache
protected

Definition at line 27 of file DAOCache.php.

◆ $items

$items
private

Definition at line 22 of file DAOCache.php.


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