public class CacheInvalidationForm extends Object
Constructor and Description |
---|
CacheInvalidationForm() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInvalidateCaches()
Returns the names of caches which have to be invalidated.
|
Boolean |
getMainCacheEnabled()
Returns whether main cache should be invalidated.
|
void |
setInvalidateCaches(String[] invalidateCaches)
Sets a list of names of caches which have to be invalidated.
|
void |
setMainCacheEnabled(Boolean mainCacheEnabled)
Sets whether main cache should be invalidated.
|
public String[] getInvalidateCaches()
public Boolean getMainCacheEnabled()
public void setInvalidateCaches(String[] invalidateCaches)
invalidateCaches
- a list of names of cachespublic void setMainCacheEnabled(Boolean mainCacheEnabled)
mainCacheEnabled
- true if main cache should be invalidatedCopyright © 2019 Communote team. All rights reserved.