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

This class is responsible for storing Arrays in PHP files, and require php apc. More...

+ Inheritance diagram for ArrayApcCache:

Public Member Functions

 storeContent ($key, $content, $tag=null)
 
 apcExists ($key)
 
 fetch ($key)
 {}
 
 remove ($key)
 {}
 

Protected Member Functions

 apcDelete ($key)
 
 getApcKey ($key)
 

Detailed Description

This class is responsible for storing Arrays in PHP files, and require php apc.

Ubiquity\cache\system$ArrayApcCache This class is part of Ubiquity

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.2

Definition at line 14 of file ArrayApcCache.php.

Member Function Documentation

◆ apcDelete()

apcDelete (   $key)
protected

Definition at line 30 of file ArrayApcCache.php.

◆ apcExists()

apcExists (   $key)

Definition at line 24 of file ArrayApcCache.php.

◆ fetch()

fetch (   $key)

{}

See also
\Ubiquity\cache\system\ArrayCache::fetch()

Definition at line 47 of file ArrayApcCache.php.

◆ getApcKey()

getApcKey (   $key)
protected

Definition at line 38 of file ArrayApcCache.php.

◆ remove()

remove (   $key)

{}

See also
\Ubiquity\cache\system\AbstractDataCache::remove()

Definition at line 62 of file ArrayApcCache.php.

◆ storeContent()

storeContent (   $key,
  $content,
  $tag = null 
)

Definition at line 16 of file ArrayApcCache.php.


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