Changeset 1105
- Timestamp:
- 06/26/08 16:42:46 (2 months ago)
- Files:
-
- trunk/mango/net/servlet/ServletFileCache.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/net/servlet/ServletFileCache.d
r1104 r1105 21 21 /****************************************************************************** 22 22 23 Simplistic file-cache using the IFileCache interface, useful for 24 demo purposes only. Consider using a large memory-mapped file for 25 real caching, with a 4KB allocation-block strategy mapped onto it 26 23 27 ******************************************************************************/ 24 28 … … 39 43 cache = new Cache (count); 40 44 } 41 42 45 43 46 /***********************************************************************
