class Cachivache::Cache

Defined in:

cachivache.cr

Instance Method Summary

Instance Method Detail

def [](key) #

[View source]
def []=(key, expiration, value) #

[View source]
def []=(key, value) #

[View source]
def []?(key) #

[View source]
def check_expiration(key, now = Time.new) #

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

[View source]
def entries #

[View source]