javax.jdo.annotations
Annotation Type Cacheable


@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Cacheable

Annotation to specify that this class/field/property is cacheable in a Level 2 cache. This corresponds to the xml attribute "cacheable" of the "class", "field" and "property" elements.

Since:
2.2
Version:
2.2

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
"true"


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.