org.castor.cpa.jpa.annotations
Annotation Type CacheProperty


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CacheProperty

Defines a key-value pair which can be used for defining properties of both,
built-in and external vendor-specific cache engines.


Required Element Summary
 java.lang.String key
          The key of the cache engine property.
 java.lang.String value
          The value of the key of the cache engine property.
 

Element Detail

key

public abstract java.lang.String key
The key of the cache engine property.


value

public abstract java.lang.String value
The value of the key of the cache engine property.



Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com