// Fixed revision 13573
This commit is contained in:
Vendored
+6
@@ -307,6 +307,11 @@ abstract class CacheCore
|
||||
return isset(Cache::$local[$key]) ? Cache::$local[$key] : null;
|
||||
}
|
||||
|
||||
public static function retrieveAll()
|
||||
{
|
||||
return Cache::$local;
|
||||
}
|
||||
|
||||
public static function isStored($key)
|
||||
{
|
||||
return isset(Cache::$local[$key]);
|
||||
@@ -324,4 +329,5 @@ abstract class CacheCore
|
||||
else
|
||||
unset(Cache::$local[$key]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user