Interface ReactiveSupport.HelperIntegration<K>

  • Type Parameters:
    K - for keys
    Enclosing class:
    ReactiveSupport

    public static interface ReactiveSupport.HelperIntegration<K>
    Just some callbacks to the data loader code to do common tasks
    • Method Detail

      • clearCacheView

        void clearCacheView​(K key)
      • clearCacheEntriesOnExceptions

        void clearCacheEntriesOnExceptions​(java.util.List<K> keys)