public class CacheControl
Represents a value for a Cache-Control
header
Modifier and Type | Class and Description |
---|---|
static class |
CacheControl.MaxAge
Represents a cache control value with the specified max ages and re-validation strategies
|
static class |
CacheControl.NoCache
Represents a no-cache cache control value
|
static class |
CacheControl.NoStore
Represents a no-store cache control value
|
Modifier and Type | Method and Description |
---|---|
CacheControl.Visibility |
getVisibility()
specifies an optional visibility such as private or public
|
public CacheControl.Visibility getVisibility()
specifies an optional visibility such as private or public