Class MigrationCacheImpl
java.lang.Object
ru.cg.webbpm.studio.core.migrations.impl.MigrationCacheImpl
- All Implemented Interfaces:
MigrationCache
- Author:
- m.popov
-
Constructor Summary
ConstructorsConstructorDescriptionMigrationCacheImpl
(ProjectManager projectManager, VersionManager versionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
evict
(Collection<Path> files) void
evict
(Collection<Path> files, Versions versions) void
boolean
isOutdated
(Path file) boolean
isOutdated
(Versions versions) void
removeFile
(Path file) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.core.api.migrations.MigrationCache
evict, evict, isOutdated
-
Constructor Details
-
MigrationCacheImpl
-
-
Method Details
-
isOutdated
- Specified by:
isOutdated
in interfaceMigrationCache
-
isOutdated
- Specified by:
isOutdated
in interfaceMigrationCache
-
evict
- Specified by:
evict
in interfaceMigrationCache
-
evict
- Specified by:
evict
in interfaceMigrationCache
-
evict
- Specified by:
evict
in interfaceMigrationCache
-
removeFile
- Specified by:
removeFile
in interfaceMigrationCache
-