public final class UnboundedCacheConfiguration extends CacheConfiguration
| Modifier and Type | Field and Description | 
|---|---|
| protected int | m_EstimatedItemCountThe estimated number of items in the cache. | 
m_Name| Constructor and Description | 
|---|
| UnboundedCacheConfiguration()Constructs a cache configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getEstimatedItemCount()Gets the estimated number of items in the cache. | 
| void | setEstimatedItemCount(int estimatedItemCount)Sets the estimated number of items in the cache. | 
clone, getName, setNameprotected int m_EstimatedItemCount
public UnboundedCacheConfiguration()
public final void setEstimatedItemCount(int estimatedItemCount)
estimatedItemCount - the estimated number of itemspublic final int getEstimatedItemCount()
Copyright © 2025. All rights reserved.