Hi mates,
is there a possibility to get all keys in cache (in given namespace)?
$cache = new Cache($storage, "NAMESPACE"); $cache->save(1, "foo"); $cache->save(2, "bar");
I would like to do something like $cache->getAllKeys() and iterate over them.
No, this is not possible.