org.infinispan.cdi
Annotation Type ConfigureCache


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@GenericType(value=Configuration.class)
public @interface ConfigureCache

This annotation is used to define a cache Configuration.

Author:
Pete Muir, Kevin Pollet (C) 2011 SERLI

Optional Element Summary
 String value
          The name of the cache to configure.
 

value

public abstract String value
The name of the cache to configure. If no value is provided the configured cache is the default one.

Default:
""

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.