Ignore:
Timestamp:
09/08/10 10:27:10 (14 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/Cache.java

    r656 r676  
    5757        private static Document cacheindex_doc;
    5858       
     59       
    5960        public Cache () {               
    6061                cachepath = Admin.getConfig().getProperty("cache.path");
     
    145146                   File f = new File (formPath(key_info));
    146147                   Admin.notifyUser("CACHE.getFromCache:"+key_info);
     148                   
    147149                   
    148150                    if (f.exists()) { // read from file to InputStream;
Note: See TracChangeset for help on using the changeset viewer.