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.

Version:
$Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
Author:
Werner Guttmann

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

Element Detail

key

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


value

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



Copyright © 2012. All Rights Reserved.