Beispiel #1
0
 /// <summary>
 /// Creates an instance of your type.
 /// </summary>
 /// <param name="cache">Actual implementation.</param>
 public CacheCount(IMagicCache cache)
 {
     _cache = cache;
 }
Beispiel #2
0
 /// <summary>
 /// Creates an instance of your type.
 /// </summary>
 /// <param name="cache">Actual implementation.</param>
 public CacheList(IMagicCache cache)
 {
     _cache = cache;
 }
Beispiel #3
0
 /// <summary>
 /// Creates an instance of your type.
 /// </summary>
 /// <param name="cache">Actual implementation.</param>
 public CacheClear(IMagicCache cache)
 {
     _cache = cache;
 }
 /// <summary>
 /// Creates an instance of your type.
 /// </summary>
 /// <param name="cache">Actual implementation.</param>
 public CacheGet(IMagicCache cache)
 {
     _cache = cache;
 }