Method SetCacheSize
SetCacheSize(Int32)
SetCacheSize(Int32) controls the maximum allowed size of each of the caches
used by
Currently, if the given size is smaller than the current size of a cache, it will not shrink, and rather we be limited to its current size.
Declaration
public virtual void SetCacheSize(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | the new maximum cache size, in number of entries. |