http-global-cache 0.1.5

A global cache to use for http.
Documentation

http-global-cache

Simple global cache to use for http.

use rust_http_global_cache::CACACHE_MANAGER;

Feature behavior

  • cache: disk-backed cache manager (CACacheManager)
  • cache_mem: in-memory cache manager (MokaManager)
  • cache + cache_mem: prefers MokaManager (helps workspace --all-features builds)