org.openrdf.http.object.annotations
Annotation Type cacheControl


Deprecated. Use @header("Cache-Control: value") instead

@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,PARAMETER})
public @interface cacheControl

Indicates the desired cache control for both requests and repsonses.


Required Element Summary
 String[] value
          Deprecated.  
 

Element Detail

value

public abstract String[] value
Deprecated. 


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.