Class JSR107Producer


  • public class JSR107Producer
    extends Object
    Author:
    steve
    • Constructor Detail

      • JSR107Producer

        public JSR107Producer()
    • Method Detail

      • createCache

        @Produces
        public <K,​V> javax.cache.Cache<K,​V> createCache​(jakarta.enterprise.inject.spi.InjectionPoint ip)
        Produces a Cache for injection. If the @NamedCache annotation is present the cache will be created based on the values of the annotation field Otherwise the cache will be created with the cache name being equal to the fully qualified name of the class into which it is injected
        Parameters:
        ip -
        Returns: