class

Azu::Cache::NullStore

Inherits Azu::Cache::Store < Reference < Object

Null store for disabled caching

Instance methods

clear
Source
delete(key : String) : Bool
Source
exists?(key : String) : Bool
Source
get(key : String) : String | Nil
Source
set(key : String, value : String, ttl : Time::Span | Nil = nil) : Bool
Source
size
Source