module UtiliesCacheBot

Defined in:

bot/cache_bot/bot_cache.cr

Instance Method Summary

Instance Method Detail

def cacheExists(path : String) : Bool #

[View source]
def deleteCache(path : String) #

[View source]
def getFromFileCache(path : String) #

[View source]
def saveCache(path : String, content) #

[View source]