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 configuration provider currently provides the \Zend\Cache\Service\StorageCacheAbstractServiceFactory::class abstract factory which make it possible to map pseudo services. For instance:
However, currently, it seem that there is no way to decorate the adapters automatically with a PSR6 or PSR16 implementation. Could it be possible to add a decorator option to the adapters factory and if so, automatically return the decorated adapter? For instance:
The text was updated successfully, but these errors were encountered:
nuxwin
changed the title
Make it possible to decorate cache adapter with PSR6/PSR16 through configuration
Make it possible to decorate cache adapters with PSR6/PSR16 through configuration
Feb 24, 2019
nuxwin
changed the title
Make it possible to decorate cache adapters with PSR6/PSR16 through configuration
Make it possible to decorate cache adapters with PSR6/PSR16 decorators through configuration
Feb 24, 2019
@weierophinney
Good morning,
The configuration provider currently provides the \Zend\Cache\Service\StorageCacheAbstractServiceFactory::class abstract factory which make it possible to map pseudo services. For instance:
However, currently, it seem that there is no way to decorate the adapters automatically with a PSR6 or PSR16 implementation. Could it be possible to add a decorator option to the adapters factory and if so, automatically return the decorated adapter? For instance:
For now, I make use of a delegator but...
The text was updated successfully, but these errors were encountered: