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