Esempio n. 1
0
 public LocallyReplicatedObjectCache()
 {
     Cache = new LocallyReplicatedCache <Entry>(new EntryComparer(), PrepareValueForStorage_Impl);
 }
Esempio n. 2
0
 internal LocalObjectCache(LocallyReplicatedCache <LocallyReplicatedObjectCache <TObject> .Entry> .Table table)
 {
     Table = table;
 }