Serenity.Caching.Couchbase by Volkan Ceylan

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

 Serenity.Caching.Couchbase 2.4.6

Contains CouchbaseDistributedCache that implements IDistributedCache interface

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Serenity.Caching.Couchbase</id>
    <version>2.4.6</version>
    <title>Serenity Platform - Couchbase Distributed Cache Implementation</title>
    <authors>Volkan Ceylan</authors>
    <owners>Volkan Ceylan</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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-logo-128.png</iconUrl>
    <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="8.0.3" />
      <dependency id="Serenity.Core" version="2.4.6" />
      <dependency id="CouchbaseNetClient" version="1.3.10" />
    </dependencies>
  </metadata>
</package>