Beispiel #1
0
 internal SynchronizedSimpleMapCache(SimpleMapCache <TKey, TValue> cache)
 {
     this.cache = cache;
     this.mutex = this;
 }
 protected internal SynchronizedSimpleMapCache(SimpleMapCache cache)
 {
     this.cache = cache;
     this.mutex = this;
 }
 protected internal SynchronizedSimpleMapCache(SimpleMapCache cache)
 {
     this.cache = cache;
     this.mutex = this;
 }
Beispiel #4
0
 internal SynchronizedSimpleMapCache(SimpleMapCache <K, V> cache)
 {
     this.cache = cache;
     this.mutex = this;
 }