Cache

Cache #

Currently all the images will be cached and served from cache after first request, unless a “Purge cache” is triggered or cache space is full, thus it’ll have the following features:

  • Works like “Always Online”, as long as the image cached, it can be normally rendered even if your Origin is offline.
  • You can cache all your images by manually request them through proxy, this is so called “cache pre-heat”

Cache Limit #

All Proxies for free user will have 100MiB of cache, if you go beyond that, we’ll use “Least Recently Used” (LRU) algorithm for eviction, that’s to say, the least-requested content will be evicted from cache.