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

Functionality to add images to cache inMemory and keep them there #12

Open
ChrisChV opened this issue Jun 24, 2021 · 0 comments
Open

Functionality to add images to cache inMemory and keep them there #12

ChrisChV opened this issue Jun 24, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers good to contribute

Comments

@ChrisChV
Copy link
Member

Context

Currently, the logic of InMemory cache is to save the image streams in a limited buffer (with a default size), and when the buffer is full and you need to save a new image, then the oldest image is deleted to save the new one.

New functionality

In some cases is needed to save an image in memory permanently and have control of when deleted.

@ChrisChV ChrisChV added enhancement New feature or request good to contribute labels Jun 24, 2021
@ChrisChV ChrisChV added the good first issue Good for newcomers label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers good to contribute
Projects
None yet
Development

No branches or pull requests

1 participant