Hi all,
https://docs.phalcon.io/en/latest/reference/cache.html#querying-the-cache
$cache->queryKeys()
returns empty result, however, on the next line $cache->exists("Some\Key")
yields true.
What would be a possible explaination for this?
Thanks!