commented out cache initialization until it works properly.
[mir.git] / source / mircoders / storage / DatabaseFeature.java
index 201e931..c907167 100755 (executable)
@@ -32,7 +32,7 @@ public class DatabaseFeature extends Database implements StorageObject{
   private DatabaseFeature() throws StorageObjectException
   {
     super();
-    this.cache = new DatabaseCache(10);
+    //this.cache = new DatabaseCache(10);
     this.hasTimestamp = false;
     this.theTable="feature";