...

Directory /src/github.com/die-net

Name Synopsis
..
lrucache Package lrucache provides a byte-size-limited implementation of httpcache.Cache that stores data in memory.
twotier Package twotier provides a wrapper for two httpcache.Cache instances, allowing you to use both a small and fast cache for popular objects and fall back to a larger and slower cache for less popular ones.