AwesomeCache icon indicating copy to clipboard operation
AwesomeCache copied to clipboard

Get all objects?

Open vtjiles opened this issue 8 years ago • 6 comments

Is there a way to grab all objects from the cache or can they only be accessed by key?

vtjiles avatar Mar 24 '16 16:03 vtjiles

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

dluksza avatar Mar 26 '16 13:03 dluksza

Thanks what I figured. Had tried working around it in an extension to no avail.

vtjiles avatar Mar 27 '16 01:03 vtjiles

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 avatar Mar 27 '16 09:03 aschuch

@aschuch do you have any ideas about the release date of 3.0?

dluksza avatar Mar 27 '16 09:03 dluksza

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.

aschuch avatar Mar 29 '16 19:03 aschuch

I already created a pull request (#62).

functionaldude avatar Apr 10 '16 13:04 functionaldude