Static Public Member Functions | |
| static | getInstance (array $cfg=array()) |
| static | idRequest (array $prm=array()) |
Private Member Functions | |
| __construct () | |
Static Private Attributes | |
| static | $cfg |
Final class for cache
Definition at line 10 of file cache.class.php.
| __construct | ( | ) | [private] |
No instanciation for this class
Definition at line 22 of file cache.class.php.
| static getInstance | ( | array $ | cfg = array() |
) | [static] |
Get the unique cache instance
| array | $cfg Config for the cache instance |
Definition at line 30 of file cache.class.php.
| static idRequest | ( | array $ | prm = array() |
) | [static] |
Create an id depending on the request and options get, post, session or cookie
| array | $prm Configuration array with keys:
|
Definition at line 45 of file cache.class.php.
$cfg [static, private] |
Definition at line 17 of file cache.class.php.
1.7.1