コード例 #1
0
 public static void ClearValue <T>()
 {
     EpicRuntimeCache <T> .ClearValue();
 }
コード例 #2
0
 public static void Clear <T>()
 {
     EpicRuntimeCache <T> .Clear();
 }
コード例 #3
0
 public static void ClearInterval <T>()
 {
     EpicRuntimeCache <T> .ClearInterval();
 }
コード例 #4
0
 public static bool IsExpired <T>()
 {
     return(EpicRuntimeCache <T> .IsExpired());
 }