# Functions
No description provided by the author
ExpiresAtFromEpoch constructs an ExpiresAt with the specified epoch timestamp, but if timestamp is undefined, the epoch timestamp will be set to math.MaxInt64.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FromCacheTtl is the default way to handle Ttls for collections.
Of constructs a CollectionTtl with the specified time.Duration.
RefreshTtlIfProvided constructs a CollectionTtl with the specified time.Duration.
No description provided by the author
No description provided by the author
No description provided by the author
WithNoRefreshTtlOnUpdates specifies that the TTL for the collection should not be refreshed when the collection is modified.
WithRefreshTtlOnUpdates specifies that the TTL for the collection should be refreshed when the collection is modified.
# Structs
CollectionTtl represents the desired behavior for managing the Ttl on collection objects (dictionaries, lists, sets, and sorted sets) in your cache.
ExpiresAt is used in AuthClient responses to specify the expiration time of a disposable token or API key.
ExpiresIn is used in AuthClient requests to specify the expiration time of a disposable token or API key.
# Interfaces
No description provided by the author