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

[FEATURE] Caching #4

Open
Yucked opened this issue Jun 16, 2023 · 1 comment
Open

[FEATURE] Caching #4

Yucked opened this issue Jun 16, 2023 · 1 comment
Assignees

Comments

@Yucked
Copy link
Owner

Yucked commented Jun 16, 2023

Few options here:

01:

No caching, everything gets loaded directly from sources and displayed as is

02:

In-memory cache & directory caching. Images are stored in local directory for faster access. May require calculating md5 hash of images to avoid outdated images. In-memory cache keeps track of loaded sources and manga.

03:

SurrealDB for long-term storage along with directory based storage.

Cache will expire after certain period of time (defined by user). An automatic service that fetches data every x minutes or hours https://learn.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/background-tasks-with-ihostedservice

@Yucked Yucked self-assigned this Jun 16, 2023
@Yucked Yucked changed the title [FEATURE]: Caching [FEATURE] Caching Jun 16, 2023
@Yucked
Copy link
Owner Author

Yucked commented Jun 17, 2023

Completed 01 & 02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant