Class DelegatingCacheWriter

    • Constructor Detail

      • DelegatingCacheWriter

        public DelegatingCacheWriter​(CacheWriter actual)
    • Method Detail

      • start

        public void start()
        Description copied from interface: org.infinispan.commons.api.Lifecycle
        Invoked on component start
        Specified by:
        start in interface org.infinispan.commons.api.Lifecycle
      • stop

        public void stop()
        Description copied from interface: org.infinispan.commons.api.Lifecycle
        Invoked on component stop
        Specified by:
        stop in interface org.infinispan.commons.api.Lifecycle
      • delete

        public boolean delete​(Object key)
        Specified by:
        delete in interface CacheWriter
        Returns:
        true if the entry existed in the persistent store and it was deleted.