|
Ubiquity 2.5.2
php rapid development framework
|
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 | |
Definition at line 8 of file SessionCache.php.
| __construct | ( | ) |
Definition at line 12 of file SessionCache.php.
| clear | ( | ) |
Definition at line 21 of file SessionCache.php.
| exists | ( | $key | ) |
Definition at line 29 of file SessionCache.php.
| fetch | ( | $key | ) |
Definition at line 17 of file SessionCache.php.
| getEntryKey | ( | $key | ) |
Definition at line 33 of file SessionCache.php.
| remove | ( | $key | ) |
Definition at line 43 of file SessionCache.php.
| store | ( | $key, | |
| $object | |||
| ) |
Definition at line 37 of file SessionCache.php.
|
private |
Definition at line 9 of file SessionCache.php.
| const ENTRY_KEY ="_session_cache" |
Definition at line 10 of file SessionCache.php.