public final class UnboundedCacheConfiguration extends CacheConfiguration
Modifier and Type | Field and Description |
---|---|
protected int |
m_EstimatedItemCount
The 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, setName
protected int m_EstimatedItemCount
public UnboundedCacheConfiguration()
public final void setEstimatedItemCount(int estimatedItemCount)
estimatedItemCount
- the estimated number of itemspublic final int getEstimatedItemCount()
Copyright © 2023. All rights reserved.