class JpHoliday::Cache

Defined in:

jpholiday/cache.cr

Constant Summary

CACHE_DAYS = 5
CACHE_FILE = "cache"
DATA_DIR = "~/.jpholidayc"

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def get : Hash(String, Bool) | Nil #

[View source]
def set(val : Hash(String, Bool)) #

[View source]