コード例 #1
0
        static CartCacheService()
        {
            _cache = new CartCache();

            HttpRuntime.Cache["ShoppingCartCounts"] = _cache;
        }
コード例 #2
0
ファイル: CartCache.cs プロジェクト: jasmathi86/-Grocery3Go
        static CartCacheService()
        {
            _cache = new CartCache();

            HttpRuntime.Cache["ShoppingCartCounts"] = _cache;
        }