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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: