Class RemoteCacheProducer

java.lang.Object
org.infinispan.cdi.remote.RemoteCacheProducer

@ApplicationScoped public class RemoteCacheProducer extends Object
The RemoteCache producer.
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Constructor Details

    • RemoteCacheProducer

      public RemoteCacheProducer()
  • Method Details

    • getRemoteCache

      @Remote @Produces public <K, V> RemoteCache<K,V> getRemoteCache(InjectionPoint injectionPoint)
      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.