@Address(value="/subsystem=infinispan/remote-cache-container=*/near-cache=invalidation") @Implicit public class InvalidationNearCache<T extends InvalidationNearCache<T>> extends Object implements Keyed
| Constructor and Description |
|---|
InvalidationNearCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
Integer |
maxEntries()
Defines the maximum number of elements to keep in the near cache.
|
T |
maxEntries(Integer value)
Defines the maximum number of elements to keep in the near cache.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="max-entries") public Integer maxEntries()
Copyright © 2019 JBoss by Red Hat. All rights reserved.