class Liquid::Cache::RedisCache

Defined in:

liquid-cache/redis.cr

Class Method Summary

Instance methods inherited from class Liquid::Cache::Base

var : String var

Constructor methods inherited from class Liquid::Cache::Base

new(str : String) new

Class Method Detail

def self.get(hash : Int64 | Int32) #

[View source]
def self.is_cached?(h : Int64 | Int32) #

[View source]
def self.set(hash : Int64 | Int32, value : String) #

[View source]