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

[0.2] Caching by default #37

Open
barryvdh opened this issue Apr 5, 2016 · 1 comment
Open

[0.2] Caching by default #37

barryvdh opened this issue Apr 5, 2016 · 1 comment

Comments

@barryvdh
Copy link
Owner

barryvdh commented Apr 5, 2016

I've implemented a SessionStore and used that by default. Alternatively, a Memory store can be used (or false to disable).

For existing caches, this relies on thephpleague/flysystem-cached-adapter#17 being merged, or passing the fscache option directly.

Also added the clearcache() method to flush the cache.

Can be tested by requiring barryvdh/elfinder-flysystem-driver:"^0.2@dev". See compare: v0.1.5...master

@nao-pon Thoughts?

@nao-pon
Copy link
Contributor

nao-pon commented Apr 5, 2016

@barryvdh OK I'll try it!

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

2 participants