couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

AbsoluteExpirationRelativeToNow does not set expiration #22

Closed jeffrymorris closed 6 years ago

jeffrymorris commented 6 years ago

AbsoluteExpirationRelativeToNow is ignored in the GetLifetime methd, so it defaults to infinite expiration (0):

https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCache.cs#L192-L200