Exemple #1
0
 override public bool HasCache()
 {
     return(ESFile.Exists(fileName));
 }
 public override bool HasLocal()
 {
     return(ESFile.Exists(cacheName));
 }