abstract class Tmdb::Cache(T)

Direct Known Subclasses

Defined in:

cache/cache.cr

Instance Method Summary

Instance Method Detail

abstract def evict(key : String) : Nil #

[View source]
abstract def get(key : String) : T #

[View source]
abstract def info(key : String) : Info #

[View source]
abstract def put(key : String, object : T) : Nil #

[View source]