Interface CacheEntryProcessor<K,​V,​T>

  • All Superinterfaces:
    javax.cache.processor.EntryProcessor<K,​V,​T>, Serializable

    public interface CacheEntryProcessor<K,​V,​T>
    extends javax.cache.processor.EntryProcessor<K,​V,​T>, Serializable
    This processor adds Serializable interface to EntryProcessor object.
    • Method Summary

      • Methods inherited from interface javax.cache.processor.EntryProcessor

        process