public class CacheControl extends Object
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.CacheControl |
forever()
Returns a CacheControl with a 1 year limit.
|
static javax.ws.rs.core.CacheControl |
never()
Returns a CacheControl with noStore and noCache set to true.
|
public static javax.ws.rs.core.CacheControl never()
public static javax.ws.rs.core.CacheControl forever()
Copyright © 2002-2017 Atlassian. All Rights Reserved.