first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[mir.git] / source / mircoders / storage / DatabaseMediaType.java
index 2080e24..8d68ac4 100755 (executable)
@@ -34,7 +34,7 @@ public class DatabaseMediaType extends Database implements StorageObject{
   {
     super();
     this.hasTimestamp = false;
-    this.cache = new HashMap();
+    //this.cache = new DatabaseCache(20);
     this.theTable="media_type";
     try {
       this.theEntityClass = Class.forName("mir.entity.GenericEntity");