XperiCode.SimpleCache 0.2.1
Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>XperiCode.SimpleCache</id>
<version>0.2.1</version>
<title>XperiCode SimpleCache</title>
<authors>Marcel Wijnands</authors>
<owners>Marcel Wijnands</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>http://simplecache.xpericode.com/</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/8470969?v=3&s=48</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.</description>
<copyright>Copyright © Marcel Wijnands 2014</copyright>
<tags>Cache ObjectCache MemoryCache</tags>
<dependencies />
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
</package>