http-global-cache 0.1.5

A global cache to use for http.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# http-global-cache

Simple global cache to use for http.

```rust
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)