2
0
This commit is contained in:
Patrick Mylund Nielsen
2014-12-22 02:48:52 -05:00
parent e3a846e1f9
commit 8a2f4f19ef
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func (item *Item) Expired() bool {
const (
// For use with functions that take an expiration time.
NoExpiration time.Duration = -1
NoExpiration time.Duration = -1
// For use with functions that take an expiration time. Equivalent to
// passing in the same expiration duration as was given to New() or
// NewFrom() when the cache was created (e.g. 5 minutes.)