Fiat.CacheServer.cache_object
You're seeing just the function
cache_object
, go back to Fiat.CacheServer module for more information.
Specs
Caches an object using a cache_key.
Examples
iex> Fiat.CacheServer.cache_object("data", {"code", 2})
true
iex> Fiat.CacheServer.cache_object("data", {"code", 2}, 10)
true