public class CachingConfiguration extends Object
| Constructor and Description |
|---|
CachingConfiguration(int cachingMinutes,
String excludedCasesString) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCachingMinutes() |
int |
getCachingSeconds() |
String |
getExcludedCasesString() |
boolean |
isExcluded(EnvVars envVars) |
@DataBoundConstructor
public CachingConfiguration(int cachingMinutes,
String excludedCasesString)
Copyright © 2016–2019. All rights reserved.