Ignore:
Timestamp:
11/12/10 21:58:33 (14 years ago)
Author:
vronk
Message:

Adding action: admin/cache/htmlpage

File:
1 edited

Legend:

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

    r870 r890  
    6767                cacheindex_path = cachepath + Admin.getConfig().getProperty("cacheindex.file");
    6868                cachecounter = initCachecounter();
     69               
    6970        }
    7071       
     
    7475                }
    7576                return singleton;
     77        }
     78
     79        public String getCacheIndexPath() {
     80                return getCache().cacheindex_path;
     81               
    7682        }
    7783
Note: See TracChangeset for help on using the changeset viewer.