Remove unused method Cache::getAllKeys()
This commit is contained in:
parent
cfae510ef0
commit
f7ca437ba6
1 changed files with 0 additions and 13 deletions
|
@ -31,19 +31,6 @@ class Cache
|
||||||
/** @deprecated Use CacheClass::INFINITE */
|
/** @deprecated Use CacheClass::INFINITE */
|
||||||
const INFINITE = CacheClass::INFINITE;
|
const INFINITE = CacheClass::INFINITE;
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Returns all the cache keys sorted alphabetically
|
|
||||||
*
|
|
||||||
* @param string $prefix Prefix of the keys (optional)
|
|
||||||
*
|
|
||||||
* @return array Empty if the driver doesn't support this feature
|
|
||||||
* @throws \Exception
|
|
||||||
*/
|
|
||||||
public static function getAllKeys($prefix = null)
|
|
||||||
{
|
|
||||||
return DI::cache()->getAllKeys($prefix);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Fetch cached data according to the key
|
* @brief Fetch cached data according to the key
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue