public class RemoteCacheProducer extends Object
RemoteCache
producer.Constructor and Description |
---|
RemoteCacheProducer() |
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCache<K,V> |
getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Produces the remote cache.
|
@Remote @Produces public <K,V> RemoteCache<K,V> getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
K
- the type of the key.V
- the type of the value.injectionPoint
- the injection point.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.