Interface SmartCache.SmartCacheTask<K,​V>

  • Enclosing interface:
    SmartCache<K,​V>

    public static interface SmartCache.SmartCacheTask<K,​V>
    Defines a task to be run over the entries of the cache. Used in conjunction with execute(Iterator).
    • Method Detail

      • execute

        void execute​(java.util.Iterator<java.util.Map.Entry<K,​V>> iterator)