Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get all objects? #59

Open
vtjiles opened this issue Mar 24, 2016 · 6 comments
Open

Get all objects? #59

vtjiles opened this issue Mar 24, 2016 · 6 comments

Comments

@vtjiles
Copy link

vtjiles commented Mar 24, 2016

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

@dluksza
Copy link

dluksza commented Mar 26, 2016

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

@vtjiles
Copy link
Author

vtjiles commented Mar 27, 2016

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

@aschuch
Copy link
Owner

aschuch commented Mar 27, 2016

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.

@dluksza
Copy link

dluksza commented Mar 27, 2016

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

@aschuch
Copy link
Owner

aschuch commented Mar 29, 2016

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 added a commit that referenced this issue Mar 30, 2016
@functionaldude
Copy link

I already created a pull request (#62).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants