public class ComponentEviction<T extends ComponentEviction> extends Object
| Constructor and Description |
|---|
ComponentEviction() |
| Modifier and Type | Method and Description |
|---|---|
Long |
evictions()
The number of cache eviction operations.
|
T |
evictions(Long value)
The number of cache eviction operations.
|
String |
getKey() |
Long |
maxEntries()
Maximum number of entries in a cache instance.
|
T |
maxEntries(Long value)
Maximum number of entries in a cache instance.
|
String |
strategy()
Sets the cache eviction strategy.
|
T |
strategy(String value)
Sets the cache eviction strategy.
|
public String getKey()
public Long evictions()
public T evictions(Long value)
public Long maxEntries()
public T maxEntries(Long value)
public String strategy()
Copyright © 2015 JBoss by Red Hat. All rights reserved.