AwesomeCache
AwesomeCache copied to clipboard
Get all objects?
Is there a way to grab all objects from the cache or can they only be accessed by key?
Cache class has a private method allKeys() that returns list of available keys in cache. Simple solution for this problem would be to make it public
Thanks what I figured. Had tried working around it in an extension to no avail.
Yes there is no way to get them all at the moment. Thanks for the suggestion, I'll keep it in mind for v3.0.
@aschuch do you have any ideas about the release date of 3.0?
You can already have a look at the working three
branch to check it out. I'll try to release 3.0 as soon as I am satisfied with the API.
I already created a pull request (#62).