ServiceStack cache size -


in servicestack when using in-memory cache there way find actual size of cached objects in bytes?

the in memory cache stores in concurrentdictionary. there's no available way count bytes.

one solution create own fork of , add instrumentation need on each write.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -