atually made use of the cache
This commit is contained in:
parent
0a9a21e66f
commit
6400a66234
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class DirectoryEntry extends Entry {
|
|||
throw new RuntimeException("Use DirectoryEntry only for directories: " + file);
|
||||
}
|
||||
this.db = db;
|
||||
cache = db.load(file.getAbsolutePath());
|
||||
cache = db.get(file.getAbsolutePath());
|
||||
if (cache == null) {
|
||||
cache = new DirectoryProps();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue