public class InvalidationNearCache<T extends InvalidationNearCache<T>> extends Object
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 String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer maxEntries()
Copyright © 2019 JBoss by Red Hat. All rights reserved.