class Durian::Cache::Entry::Entry

Defined in:

durian/cache/cache.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(packet : Packet | Nil = nil, updateAt : Time = Time.local) #

[View source]

Instance Method Detail

def packet : Packet | Nil #

[View source]
def packet=(packet : Packet | Nil) #

[View source]
def refresh #

[View source]
def updateAt : Time #

[View source]
def updateAt=(updateAt : Time) #

[View source]