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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -