-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support other cache methods than APCu #2712
Labels
Milestone
Comments
trasher
added a commit
to trasher/glpi
that referenced
this issue
Sep 14, 2017
Store overridable configuration; fixes glpi-project#2712 Change cache prefix
trasher
added a commit
to trasher/glpi
that referenced
this issue
Sep 14, 2017
Store overridable configuration; fixes glpi-project#2712 Change cache prefix
trasher
added a commit
to trasher/glpi
that referenced
this issue
Sep 14, 2017
Store overridable configuration; fixes glpi-project#2712 Change cache prefix
Some notices about cache adapters. For now, only APCu is used for both entities tree cache and translation cache.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, locales are cached using APCu behind Zend Cache; but if APCu is working very well on linux boxes; it is still considered as beta on Windows (with IIS at least). And one may already have a caching system setted up he wants to use.
Zend Cache supports a lot of other adapters we may use:
https://docs.zendframework.com/zend-cache/storage/adapter/
We may add a parameter so we can use any extra supported adapter.
The text was updated successfully, but these errors were encountered: