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