Skip to content
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

Make it possible to cache data #7

Open
dlh01 opened this issue Nov 5, 2024 · 0 comments
Open

Make it possible to cache data #7

dlh01 opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dlh01
Copy link
Member

dlh01 commented Nov 5, 2024

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.

@dlh01 dlh01 added the enhancement New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant