db4o 8.0

com.db4o.config
Interface CacheConfiguration


public interface CacheConfiguration

Interface to configure the cache configurations.


Method Summary
 void slotCacheSize(int size)
          Deprecated. since 7.14 BTrees have their own LRU cache now.
 

Method Detail

slotCacheSize

void slotCacheSize(int size)
Deprecated. since 7.14 BTrees have their own LRU cache now.

configures the size of the slot cache to hold a number of slots in the cache.

Parameters:
size - the number of slots

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.