org.jboss.annotation.ejb.cache.tree
Annotation Type CacheConfig


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CacheConfig

Annotation for configuring the tree cache parameters for a bean

Version:
$Revision: 1.1.2.8 $
Author:
Bill Burke

Optional Element Summary
 long idleTimeoutSeconds
           
 int maxSize
           
 java.lang.String name
           
 

name

public abstract java.lang.String name
Default:
"jboss.cache:service=EJB3SFSBClusteredCache"

maxSize

public abstract int maxSize
Default:
10000

idleTimeoutSeconds

public abstract long idleTimeoutSeconds
Default:
300L