public class CacheControl extends Object
| Constructor and Description |
|---|
CacheControl(int expirationSecs,
CacheScope cacheScope,
String validationToken) |
| Modifier and Type | Method and Description |
|---|---|
CacheScope |
getCacheScope() |
int |
getExpirationSecs() |
String |
getValidationToken() |
public CacheControl(int expirationSecs,
CacheScope cacheScope,
String validationToken)
public int getExpirationSecs()
public CacheScope getCacheScope()
public String getValidationToken()
Copyright © 2003-2019 GateIn. All Rights Reserved.