- Issue created by @cmlara
It may be desirable store key reads in one storage while storing the authentication token in a different storage (read cache in memory and authentication token in APCU) to avoid storage fragmentation or apply different security measures.
N/A
Add a decorator for the 'vault.cache' service that will send the authenticaton token (as used by the underlying client) to one cache and all remaining tokens to another.
None
Add new class that will take existing `vault.cache` as an inner service and a second cache for the admin token.
None
Active
3.0
Code