made properties readonly

This commit is contained in:
Chomp
2025-06-28 12:53:21 +01:00
parent 42e79c981b
commit da5644cfa2
63 changed files with 119 additions and 102 deletions
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Services;
[Injectable(InjectionType.Singleton)]
public class InMemoryCacheService(ICloner _cloner)
{
protected Dictionary<string, object?> _cacheData = new();
protected readonly Dictionary<string, object?> _cacheData = new();
/// <summary>
/// Store data into an in-memory object