public class DefaultEmbeddedCacheConfigurationProducer extends Object
The default embedded cache Configuration producer.
The default embedded cache configuration can be overridden by creating a producer which produces the new default configuration. The configuration produced must have the scope Dependent and the Default qualifier.
| Constructor and Description |
|---|
DefaultEmbeddedCacheConfigurationProducer() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getDefaultEmbeddedCacheConfiguration()
Produces the default embedded cache configuration.
|
public DefaultEmbeddedCacheConfigurationProducer()
@Produces @DefaultBean(value=Configuration.class) public Configuration getDefaultEmbeddedCacheConfiguration()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.