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

Add support for caching #33

Open
jbaiter opened this issue Jan 7, 2019 · 1 comment
Open

Add support for caching #33

jbaiter opened this issue Jan 7, 2019 · 1 comment

Comments

@jbaiter
Copy link
Member

jbaiter commented Jan 7, 2019

Currently Hymir does not do any caching on its own.
This is less than ideal if the images are fetched from a remote source, e.g. via HTTP or S3.
In this case, users should have the option to configure either an on-disk cache or simple LRU RAM caching.
This should be fairly simple to implement using something like EHcache.

@eroux
Copy link

eroux commented Mar 2, 2019

excellent idea yes, we've implemented a cache with JCS on our hymir but EHcache looks good!

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

2 participants