cache_info |
( |
|
$type = NULL ) | |
|
Cache Info
- Parameters
-
- Returns
- boolean FALSE
Clean the cache
- Returns
- boolean TRUE, simulating success
Delete from Cache
- Parameters
-
mixed | unique identifier of the item in the cache |
boolean | TRUE, simulating success |
Get
Since this is the dummy class, it's always going to return FALSE.
- Parameters
-
- Returns
- Boolean FALSE
Get Cache Metadata
- Parameters
-
mixed | key to get cache metadata on |
- Returns
- boolean FALSE
Is this caching driver supported on the system? Of course this one is.
- Returns
- TRUE;
save |
( |
|
$id, |
|
|
|
$data, |
|
|
|
$ttl = 60 |
|
) |
| |
Cache Save
- Parameters
-
string | Unique Key |
mixed | Data to store |
int | Length of time (in seconds) to cache the data |
- Returns
- boolean TRUE, Simulating success
The documentation for this class was generated from the following file:
- system/libraries/Cache/drivers/Cache_dummy.php