Interface MigrationCache

All Known Implementing Classes:
MigrationCacheImpl

public interface MigrationCache
Author:
m.popov
  • Method Details

    • isOutdated

      default boolean isOutdated(Path file, Versions versions)
    • isOutdated

      boolean isOutdated(Path file)
    • isOutdated

      boolean isOutdated(Versions versions)
    • evict

      default void evict(Path file, Versions versions)
    • evict

      void evict(Collection<Path> files, Versions versions)
    • evict

      default void evict(Path file)
    • evict

      void evict(Collection<Path> files)
    • evict

      void evict(Versions versions)
    • removeFile

      void removeFile(Path file)