Previous|Next|Index
The Cache
- Caching layer on top of asynchronous protocol API's
- Identical interface except added "reload" option to __init__
- Currently implemented as in-memory cache only
- Will be augmented by disk cache without affecting interface
- Checking for "freshness" may require protocol extensions