Keywords
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user