Added ConcurrentCache, a thread-safe Cache.

This commit is contained in:
RoosterDragon
2015-04-09 22:25:30 +01:00
parent a48a878a71
commit 109ccbb0b0
3 changed files with 51 additions and 9 deletions

View File

@@ -144,6 +144,7 @@
<Compile Include="Player.cs" />
<Compile Include="Primitives\MergedStream.cs" />
<Compile Include="Primitives\SpatiallyPartitioned.cs" />
<Compile Include="Primitives\ConcurrentCache.cs" />
<Compile Include="Selection.cs" />
<Compile Include="Server\Connection.cs" />
<Compile Include="Server\Exts.cs" />