]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/lru/LRUObject.java
Initial version of purge
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / lru / LRUObject.java
index 3194d591e0b37e8712e8cabf3cc1afcb9549a754..508c951067dedc3df895d938b3a0e84f9dda771c 100644 (file)
@@ -243,5 +243,9 @@ public abstract class LRUObject<MapKey, MapValue extends LRUObject<MapKey, MapVa
                if(VERIFY) verifyAccess();
                return readDirectory;
        }
+
+       public void moveTo(Path path) {
+               readDirectory = path;
+       }
        
 }
\ No newline at end of file