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

Public Member Functions

 __construct ()
 
 fetch ($key)
 
 clear ()
 
 exists ($key)
 
 getEntryKey ($key)
 
 store ($key, $object)
 
 remove ($key)
 

Data Fields

const ENTRY_KEY ="_session_cache"
 

Private Attributes

 $session
 

Detailed Description

Definition at line 8 of file SessionCache.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 12 of file SessionCache.php.

Member Function Documentation

◆ clear()

clear ( )

Definition at line 21 of file SessionCache.php.

◆ exists()

exists (   $key)

Definition at line 29 of file SessionCache.php.

◆ fetch()

fetch (   $key)

Definition at line 17 of file SessionCache.php.

◆ getEntryKey()

getEntryKey (   $key)

Definition at line 33 of file SessionCache.php.

◆ remove()

remove (   $key)

Definition at line 43 of file SessionCache.php.

◆ store()

store (   $key,
  $object 
)

Definition at line 37 of file SessionCache.php.

Field Documentation

◆ $session

$session
private

Definition at line 9 of file SessionCache.php.

◆ ENTRY_KEY

const ENTRY_KEY ="_session_cache"

Definition at line 10 of file SessionCache.php.


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