Changeset 2158


Ignore:
Timestamp:
2001-03-12T00:05:45+13:00 (23 years ago)
Author:
say1
Message:

turned off the cache miss spam ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/service/NzdlCacheWrapper.java

    r2157 r2158  
    7777    _collectionInfo.put(_name,info);
    7878
    79     System.err.println("Cache miss (getCollectionInfo)");
     79    //System.err.println("Cache miss (getCollectionInfo)");
    8080    return info;
    8181  }
     
    9595    _docs.put(key, doc);
    9696   
    97     System.err.println("Cache miss (getDocument) " + _name
    98                 + " " +_docID);
     97    //System.err.println("Cache miss (getDocument) " + _name
     98    //          + " " +_docID);
    9999   
    100100    return doc;
     
    119119    _services.put(key, _response);
    120120   
    121     System.err.println("Cache miss (service)" + key);
     121    //System.err.println("Cache miss (service)" + key);
    122122    return;
    123123  }
Note: See TracChangeset for help on using the changeset viewer.