We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've implemented a SessionStore and used that by default. Alternatively, a Memory store can be used (or false to disable).
false
For existing caches, this relies on thephpleague/flysystem-cached-adapter#17 being merged, or passing the fscache option directly.
fscache
Also added the clearcache() method to flush the cache.
clearcache()
Can be tested by requiring barryvdh/elfinder-flysystem-driver:"^0.2@dev". See compare: v0.1.5...master
barryvdh/elfinder-flysystem-driver:"^0.2@dev"
@nao-pon Thoughts?
The text was updated successfully, but these errors were encountered:
@barryvdh OK I'll try it!
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: