You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
The resource managers are available in zend-cache just because this component requires the resources to work and to make recourses reusable over different cache instances as zend-cache is designed to have one instance per item type.
You can of course use the resource manager also as global and you can also inject an existing resource into it.
Btw. I have opened a ticket some time ago to fully remove the resource managers, move this logic to somewhere else (like service manager) and let zend-cache injection the resources directly. But this is not well discussed until now.
We may not use redis just as a cache storage, but also a db backend. So why not provide redis resource as a global redis resource manager?
The text was updated successfully, but these errors were encountered: