Some simple caching mechanisms. Includes MRU caching via a queue, and level-two caching (to disk) via class-serialization.
Note: The mango.cluster package derives from mango.cache, so it's really easy to switch between a local cache implementation and a clustered version.
|