CacheMint by tuespetre

<PackageReference Include="CacheMint" Version="1.3.0" />

 CacheMint 1.3.0

A DRY new way of writing your data caching code for .NET 4.0 and up

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CacheMint</id>
    <version>1.3.0.0</version>
    <title>CacheMint</title>
    <authors>tuespetre</authors>
    <owners>tuespetre</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://github.com/tuespetre/CacheMint</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A DRY new way of writing your data caching code for .NET 4.0 and up</description>
    <releaseNotes>- Added support for serialization </releaseNotes>
    <copyright>Copyright 2014 Derek Gray</copyright>
    <tags>cache proxy</tags>
  </metadata>
</package>