# 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)