public class DefaultRemoteCacheManagerProducer extends Object
The default RemoteCacheManager producer.
The remote cache manager used by default can be overridden by creating a producer which produces the new default
remote cache manager. The remote cache manager produced must have the scope ApplicationScoped and the
Default qualifier.
| Constructor and Description |
|---|
DefaultRemoteCacheManagerProducer() |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
getDefaultRemoteCacheManager()
Produces the default remote cache manager with the default settings.
|
@Produces @ApplicationScoped @DefaultBean(value=RemoteCacheManager.class) public RemoteCacheManager getDefaultRemoteCacheManager()
RemoteCacheManager.RemoteCacheManager()Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.