class Tmdb::FileCache
- Tmdb::FileCache
- Tmdb::Cache(String)
- Reference
- Object
Defined in:
cache/file_cache.crConstructors
- .new(store_dir : String, max_items : Int64 = 1000.to_i64)
- .new(store_dir : String, max_items : Int32)
Instance Method Summary
- #clear : Nil
- #evict(key : String) : Nil
- #get(key : String) : String
- #hits : UInt64
- #info(key : String) : Info
- #max_items : Int64
- #misses : UInt64
- #put(key : String, object : String) : Nil
- #ratio : Float64
- #store_dir : String