Exemplo n.º 1
0
        static string getCache()
        {
            var Name = MemCache.GetItem <string>("test_memcache",
                                                 delegate() { return(getName("213131")); },
                                                 new TimeSpan(0, 0, 5));

            return(Name);
        }