public class CacheControl extends Object
Modifier and Type | Field and Description |
---|---|
static javax.ws.rs.core.CacheControl |
CACHE_FOREVER
Provides a cacheControl with a 1 year limit.
|
static javax.ws.rs.core.CacheControl |
NO_CACHE
Provides a cacheControl with noStore and noCache set to true
|
Constructor and Description |
---|
CacheControl() |
Copyright © 2002-2016 Atlassian. All Rights Reserved.