Definition at line 23 of file Legacy.php.
Xoops\Core\Cache\Legacy::__call |
( |
|
$name, |
|
|
|
$args |
|
) |
| |
catch all deprecated message
- Parameters
-
string | $name | ignored |
array | $args | ignored |
- Returns
- false
Definition at line 135 of file Legacy.php.
References $name.
static Xoops\Core\Cache\Legacy::__callStatic |
( |
|
$name, |
|
|
|
$args |
|
) |
| |
|
static |
catch all deprecated message for static methods
- Parameters
-
string | $name | ignored |
array | $args | ignored |
- Returns
- false
Definition at line 149 of file Legacy.php.
References $name.
static Xoops\Core\Cache\Legacy::clear |
( |
| ) |
|
|
static |
Delete all keys from the cache
- Returns
- boolean True if the cache was successfully cleared, false otherwise
Definition at line 120 of file Legacy.php.
static Xoops\Core\Cache\Legacy::delete |
( |
|
$key | ) |
|
|
static |
Delete a key from the cache
- Parameters
-
string | $key | Identifier for the data |
- Returns
- boolean True if the value was successfully deleted, false if it didn't exist or couldn't be removed
Definition at line 108 of file Legacy.php.
Referenced by mod_clearConfig().
static Xoops\Core\Cache\Legacy::deprecated |
( |
|
$message = 'Obsolete cache call.' | ) |
|
|
staticprivate |
issue deprecated warning
- Parameters
-
string | $message | message to show, or empty to use default |
- Returns
- void
Definition at line 31 of file Legacy.php.
References Xoops\getInstance().
static Xoops\Core\Cache\Legacy::gc |
( |
| ) |
|
|
static |
Garbage collection
- Returns
- boolean true on success
Definition at line 60 of file Legacy.php.
static Xoops\Core\Cache\Legacy::getCache |
( |
| ) |
|
|
staticprivate |
get default cache
- Returns
- Access cache access object
Definition at line 50 of file Legacy.php.
static Xoops\Core\Cache\Legacy::read |
( |
|
$key | ) |
|
|
static |
static Xoops\Core\Cache\Legacy::write |
( |
|
$key, |
|
|
|
$value, |
|
|
|
$duration = 0 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- C:/usr64/htdocs/xoops_lib/Xoops/Core/Cache/Legacy.php