EnsureKey() 공개 메소드

public EnsureKey ( string key ) : void
key string
리턴 void
예제 #1
0
 public void WriteStat(string statfile, long value)
 {
     cache.EnsureKey(K_Stats);
     System.IO.File.WriteAllText(cache.MakePath(K_Stats, statfile), value.ToString());
 }