Saturday 7 September 2013

Memcached , 3rd party distributed cache management system

Memcached is basically key-value pair storage , provides cache facility from out side of your application. You just need to store your string , object etc by assigning it a unique value and whenever you want your value just call it from its unique key , best solution for multi-tire large applications dealing with thousands of records every single call , my using 3rd party cache like Memcached we can reduce database calls and store intermediate results into out separate cache management system.To use memcached you need to download memcached dot net library for your application to include and memcached manager to provide storage services for your application to use.

No comments:

Post a Comment