public static void Clear(int formId) { var cacheKey = GetCacheKey(formId); CacheUtils.Remove(cacheKey); }
public static void Clear() { CacheUtils.Remove(CacheKey); }