function store(key,value){
    //path.replace(/\\/g,'/');
    //var path1=path.normalize(key);
   // cache[path1.replace(/\\/g, '/')]= value;
    cache[path.normalize(key)]=value;
}