Class RemoteCacheProducer

    • Constructor Detail

      • RemoteCacheProducer

        public RemoteCacheProducer()
    • Method Detail

      • 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.