Skip to main content
A Component of Open Source Solutions
Home Download Support Development Projects API

The slow cache is a cache implementation that wraps another cache implementation. It assumes that the enclosed implementation is on a slow device and will queue cache write for execution on a second thread. Gets, locks and dumps are performed in real time. Puts, unlocks, clearlocks and removes are performed on the second thread.

Components

SlowCache
The slow cache implementation.
SlowCacheCmd
The slow cache commands that may be queued. Used to queue the commands.
All trademarks and copyrights are the property of their respective owners.
Copyright © 2002-2004 by Xenei.com, All Rights Reserved
OpenSource.org
AnyBrowser.org
Xenei.org - Open Source Solutions