This commit is contained in:
2021-12-29 19:35:41 +00:00
parent 8684d20bac
commit 04062df1e1
7 changed files with 45 additions and 22 deletions

View File

@@ -12,6 +12,10 @@ namespace AyaNova.Util
// {
// System.Diagnostics.Debug.WriteLine("constructing objectcache");
// }
internal void Clear()
{
_cache.Clear();
}
internal void Add(object value, string key, long? id = 0)
{