cachemanager

    1熱度

    1回答

    我打算爲我的.net項目使用CacheManager。問題是我找不到任何CacheManager.Memcached用法的例子。 這是我如何使用它: public class GlobalCache { private static ICacheManager<object> memcachedClient { get; set; } private static read

    1熱度

    1回答

    我打算使用CacheManager這應該爲我處理我的緩存。 我什麼時候需要處理它? 是否每次使用using語句訪問緩存時都會創建它? 在這種情況下,我將不得不每次寫我的初始化? var cache = CacheFactory.Build("cache1", settings => { settings .WithSystemRuntimeCacheHandle("hand