struct Cache::Entry(V)

Defined in:

cache/store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : V, expires_in : Time) #

[View source]

Instance Method Detail

def expires_in #

[View source]
def value #

[View source]