* tested OSDB cashing and it works very well
This commit is contained in:
parent
22e75b95c0
commit
1222aa11a6
|
@ -88,6 +88,12 @@ public class Cache {
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return Arrays.toString(fields);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue