Changeset 1105

Show
Ignore:
Timestamp:
06/26/08 16:42:46 (4 months ago)
Author:
kris
Message:

added some comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/net/servlet/ServletFileCache.d

    r1104 r1105  
    2121/****************************************************************************** 
    2222 
     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 
    2327******************************************************************************/ 
    2428 
     
    3943                cache = new Cache (count); 
    4044        } 
    41                  
    4245 
    4346        /***********************************************************************