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
We can write decorators for accessing Big Pit data that allows it to be cached in a PSR-6 or PSR-16-compatible cache, such as an in-memory cache to avoid repeated data lookups.
This is distinct from the ability to use the Big Pit table itself as PSR-16 cache storage, which is already part of the library.
Description
We can write decorators for accessing Big Pit data that allows it to be cached in a PSR-6 or PSR-16-compatible cache, such as an in-memory cache to avoid repeated data lookups.
This is distinct from the ability to use the Big Pit table itself as PSR-16 cache storage, which is already part of the library.
Use Case
I want to be able to cache data from the Big Pit using common adapters, such as those in https://github.com/symfony/cache.
The text was updated successfully, but these errors were encountered: