class

Tmdb::FileCache

Inherits Tmdb::Cache < Reference < Object

Constructors

new(store_dir : String, max_items : Int64 = 1000.to_i64)
Source
new(store_dir : String, max_items : Int32)
Source

Instance methods

clear
Source
evict(key : String) : Nil
Source
get(key : String) : String
Source
hits
Source
info(key : String) : Info
Source
max_items
Source
misses
Source
put(key : String, object : String) : Nil
Source
ratio
Source
store_dir
Source

Nested types