Thread-safe caching object and HTTP implementationOverview
Implementation of an abstract, thread-safe cache with Minimal locking. Four concrete implementations : a validating file cache, a validating HTTP cache, an experimental Python module cache and a function cache. Plus, an abstract cache with weak references to its values.
NEW
Fixed some bugs.
Thread-safe caching object and HTTP implementationInformation