Beispiel #1
0
			internal SynchronizedSimpleMapCache(SimpleMapCache cache)
			{
				this.cache = cache;
				this.mutex = this;
			}
Beispiel #2
0
 internal SynchronizedSimpleMapCache(SimpleMapCache cache)
 {
     this.cache = cache;
     this.mutex = this;
 }