Skip to content

Commit

Permalink
NCBC-118: ICouchbase should extend IMemcachedClient
Browse files Browse the repository at this point in the history
Change-Id: I3a0e4e3004deeef66cb7f7f646aa211498db128d
Reviewed-on: http://review.couchbase.org/20759
Tested-by: John C. Zablocki <john@couchbase.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
jzablocki authored and John C. Zablocki committed Sep 12, 2012
1 parent e2f63ba commit b4b76af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Couchbase/ICouchbaseClient.cs
Expand Up @@ -4,7 +4,7 @@
using Enyim.Caching;
namespace Couchbase
{
public interface ICouchbaseClient
public interface ICouchbaseClient : IMemcachedClient
{
object Get(string key, DateTime newExpiration);
T Get<T>(string key, DateTime newExpiration);
Expand Down

0 comments on commit b4b76af

Please sign in to comment.