You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out the size of my caching items. Is there an easy way to get this information?
Also from user: "Anshul Mehta" -> Is there any update on this issue ? I am trying to figure out the size of the cached items ,my concern is I am using cache object to store data associated for localization related to labels .The issue is while using appdynamics tool ,we figured out that translation calls are taking the max time as it is used in a loop but since we are fetching data from cache it should not . Now my current implementation is using in memory cache and caching data for different tables using keys. Can I create a 2 separate cache objects using 2 different keys ?
I'm trying to figure out the size of my caching items. Is there an easy way to get this information?
Also from user: "Anshul Mehta" -> Is there any update on this issue ? I am trying to figure out the size of the cached items ,my concern is I am using cache object to store data associated for localization related to labels .The issue is while using appdynamics tool ,we figured out that translation calls are taking the max time as it is used in a loop but since we are fetching data from cache it should not . Now my current implementation is using in memory cache and caching data for different tables using keys. Can I create a 2 separate cache objects using 2 different keys ?
Originally reported by @ferventcoder on Bitbutcket at https://bitbucket.org/glav/cacheadapter/issues/41/how-to-know-the-size-of-the-cached-item
The text was updated successfully, but these errors were encountered: