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