Hi, I am using memcached 64 bit Client on Windows Server 2008 R2 Enterprise edition, I have a asp.net web application that using WCF service, i cached one object from WCF service and wants to get that object from web application at client side but always get NULL object when i try to get the object with the same key.
But if i try to get the same object with the same key in a WCF service, I always get that object. Regards Adeel
