QuickLib
QuickLib copied to clipboard
Create a generic object memory cache that does not serialize the objects
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?