Package com.db4o.internal.config
Class CacheConfigurationImpl
- java.lang.Object
-
- com.db4o.internal.config.CacheConfigurationImpl
-
- All Implemented Interfaces:
CacheConfiguration
public class CacheConfigurationImpl extends java.lang.Object implements CacheConfiguration
-
-
Constructor Summary
Constructors Constructor Description CacheConfigurationImpl(Config4Impl config)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
slotCacheSize(int size)
Deprecated.since 7.14 BTrees have their own LRU cache now.
-
-
-
Constructor Detail
-
CacheConfigurationImpl
public CacheConfigurationImpl(Config4Impl config)
-
-
Method Detail
-
slotCacheSize
public void slotCacheSize(int size)
Deprecated.since 7.14 BTrees have their own LRU cache now.Description copied from interface:CacheConfiguration
configures the size of the slot cache to hold a number of slots in the cache.- Specified by:
slotCacheSize
in interfaceCacheConfiguration
- Parameters:
size
- the number of slots
-
-