Tmdb::FileCache
Inherits Tmdb::Cache < Reference < Object
Constructors
new(store_dir : String, max_items : Int64 = 1000.to_i64)
Sourcenew(store_dir : String, max_items : Int32)
SourceInstance methods
clear
Sourceevict(key : String) : Nil
Sourceget(key : String) : String
Sourcehits
Sourceinfo(key : String) : Info
Sourcemax_items
Sourcemisses
Sourceput(key : String, object : String) : Nil
Sourceratio
Sourcestore_dir
Source