Serenity.Caching.Couchbase by Volkan Ceylan

<PackageReference Include="Serenity.Caching.Couchbase" Version="1.0.7" />

 Serenity.Caching.Couchbase 1.0.7

Contains CouchbaseDistributedCache that implements IDistributedCache interface

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Serenity.Caching.Couchbase</id>
    <version>1.0.7</version>
    <title>Serenity Platform - Couchbase Distributed Cache Implementation</title>
    <authors>Volkan Ceylan</authors>
    <owners>Volkan Ceylan</owners>
    <licenseUrl>https://raw.github.com/volkanceylan/Serenity/master/LICENSE.md</licenseUrl>
    <projectUrl>http://github.com/volkanceylan/Serenity</projectUrl>
    <iconUrl>https://raw.github.com/volkanceylan/Serenity/master/Tools/Images/serenity-icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Contains CouchbaseDistributedCache that implements IDistributedCache interface</description>
    <copyright>Copyright (c) Volkan Ceylan</copyright>
    <language>en-US</language>
    <tags>Serenity</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="6.0.4" />
      <dependency id="Serenity.Core" version="1.0.7" />
      <dependency id="CouchbaseNetClient" version="1.3.9" />
    </dependencies>
  </metadata>
</package>