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
Post a Comment