| org.mmbase.cache.BlobCache
BlobCache | abstract public class BlobCache extends Cache (Code) | | The 'blob cache' is used in MMObjectNode to cache small byte-array field values. it is a
replacement for the 'handle cache' which was present in MMBase <1.8.
author: Michiel Meeuwissen version: $Id: BlobCache.java,v 1.5 2006/09/04 12:53:51 michiel Exp $ since: MMBase 1.8 |
Constructor Summary | |
public | BlobCache(int size) |
BlobCache | public BlobCache(int size)(Code) | | |
getDefaultMaxEntrySize | protected int getDefaultMaxEntrySize()(Code) | | |
|
|