Package org.infinispan.cdi.remote
Class RemoteCacheProducer
java.lang.Object
org.infinispan.cdi.remote.RemoteCacheProducer
The
RemoteCache producer.- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> RemoteCache<K, V> getRemoteCache(InjectionPoint injectionPoint) Produces the remote cache.
-
Constructor Details
-
RemoteCacheProducer
public RemoteCacheProducer()
-
-
Method Details
-
getRemoteCache
Produces the remote cache.- Type Parameters:
K- the type of the key.V- the type of the value.- Parameters:
injectionPoint- the injection point.- Returns:
- the remote cache instance.
-