Interface BatchOperation

  • All Known Implementing Classes:
    DeleteAllOperation, WriteAllOperation

    public interface BatchOperation
    Interface to implement batch operations that are executed on a cache writer
    Version:
    $Id$
    Author:
    Geert Bevin
    • Method Detail

      • performBatchOperation

        void performBatchOperation​(CacheWriter cacheWriter)
        Perform the batch operation for a particular batch writer
        Parameters:
        cacheWriter - the cache writer this operation should be performed upon