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