Compare commits
6 Commits
v1.6.1-pre
...
branch-v1.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e4cffb6fb4 | ||
![]() |
0e125d42ec | ||
![]() |
6d110731c4 | ||
![]() |
de628e6766 | ||
![]() |
f9d6cc4bdc | ||
![]() |
1934558595 |
@@ -421,6 +421,10 @@ namespace gaseous_server.Classes.Metadata
|
||||
|
||||
private static void CacheClean()
|
||||
{
|
||||
if (ObjectCache == null)
|
||||
{
|
||||
ObjectCache = new Dictionary<string, MemoryCacheObject>();
|
||||
}
|
||||
Dictionary<string, MemoryCacheObject> workCache = ObjectCache;
|
||||
foreach (KeyValuePair<string, MemoryCacheObject> objectCache in workCache)
|
||||
{
|
||||
|
Reference in New Issue
Block a user