This commit is contained in:
Michael Schimmel
2025-10-30 15:23:34 +01:00
parent 1394314a57
commit dfe1f04333
6 changed files with 130 additions and 8 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ begin
key := argScalar.Value.AsInt64;
var cache := cCache.AsObject as TDictionary<Int64, TDataValue>;
var cache := TDictionary<Int64, TDataValue>(cCache.AsObject);
if cache.TryGetValue(key, Result) then
exit;