QuickLib icon indicating copy to clipboard operation
QuickLib copied to clipboard

Create a generic object memory cache that does not serialize the objects

Open dsonda opened this issue 2 years ago • 0 comments

The current generic memory cache serialize objetcs to JSON, but I'd like to store the object itself, like a TDictionary<string, TMyObject>. Are there some way to do this?

dsonda avatar May 06 '22 19:05 dsonda