Changes between Version 4 and Version 5 of AmbraCaches

Show
Ignore:
Author:
rich (IP: 206.15.76.3)
Timestamp:
02/27/09 12:38:03 (2 years ago)
Comment:

Updated ObjectCache? definition

Legend:

Unmodified
Added
Removed
Modified
  • AmbraCaches

    v4 v5  
    1 For an overview of the Ambra caches, see [http://www.topazproject.org/trac/wiki/AmbraCache the Ambra cache concepts] 
     1For an overview of the Ambra caches, see [wiki:AmbraCache the Ambra cache concepts] 
    22 
    33||Cache Name||Description|| 
    77||!FeedCache|||| 
    88||Journals||Contains journal filters and journal ids|| 
    9 ||!ObjectCache||Caching for objects.  Contains triples (it's a second level cache for OTM) and blobs that are not "managed" || 
     9||!ObjectCache||Caching for object IDs.  Contains IDs that map to triples (it's a second level cache for OTM) and blobs that are not "managed" || 
    1010||!SearchCache||Caches search results (the list of search-hits for a given search string)|| 
    1111||!SmallBlobCache||Caching for blobs under certain size. Size in kilobytes is specified in '''ambra.cache.smallBlobSize''' configuration parameter. Currently, it's configured to 64k. If no parameters set, it's 0k - small blobs won't be cached.||