Methods Summary |
---|
public int | getCacheIdleTimeoutInSeconds()Getter for property cacheIdleTimeoutInSeconds.
return cacheIdleTimeoutInSeconds;
|
public int | getMaxCacheSize()Getter for property maxCacheSize.
return maxCacheSize;
|
public int | getRemovalTimeoutInSeconds()Getter for property removalTimeoutInSeconds.
return removalTimeoutInSeconds;
|
public int | getResizeQuantity()Getter for property resizeQuantity.
return resizeQuantity;
|
public java.lang.String | getVictimSelectionPolicy()Getter for property victimSelectionPolicy.
return victimSelectionPolicy;
|
public java.lang.Boolean | isIsCacheOverflowAllowed()Getter for property isCacheOverflowAllowed.
return isCacheOverflowAllowed;
|
public void | setCacheIdleTimeoutInSeconds(int cacheIdleTimeoutInSeconds)Setter for property cacheIdleTimeoutInSeconds.
this.cacheIdleTimeoutInSeconds = cacheIdleTimeoutInSeconds;
|
public void | setIsCacheOverflowAllowed(boolean isCacheOverflowAllowed)Setter for property isCacheOverflowAllowed.
this.isCacheOverflowAllowed = Boolean.valueOf(isCacheOverflowAllowed);
|
public void | setIsCacheOverflowAllowed(java.lang.Boolean isCacheOverflowAllowed)Setter for property isCacheOverflowAllowed.
this.isCacheOverflowAllowed = isCacheOverflowAllowed;
|
public void | setMaxCacheSize(int maxCacheSize)Setter for property maxCacheSize.
this.maxCacheSize = maxCacheSize;
|
public void | setRemovalTimeoutInSeconds(int removalTimeoutInSeconds)Setter for property removalTimeoutInSeconds.
this.removalTimeoutInSeconds = removalTimeoutInSeconds;
|
public void | setResizeQuantity(int resizeQty)Setter for property resizeQuantity.
this.resizeQuantity = resizeQty;
|
public void | setVictimSelectionPolicy(java.lang.String victimSelectionPolicy)Setter for property victimSelectionPolicy.
this.victimSelectionPolicy = victimSelectionPolicy;
|