struct Cachivache::Cache::Entry

Defined in:

cachivache.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, expiration : Time | Nil) #

[View source]

Instance Method Detail

def expiration : Time? #

[View source]
def expired?(now = Time.new) #

[View source]
def value : String #

[View source]