module Components::Cache

Defined in:

components/cache/cache_store.cr
components/cache/cache_warmer.cr
components/cache/cacheable.cr
components/cache/configuration.cr
components/cache/invalidation_strategies.cr
components/cache/memory_cache_store.cr
components/cache/redis_cache_store.cr

Class Method Summary

Class Method Detail

def self.config : Configuration #

Global cache configuration instance


[View source]
def self.config=(config : Configuration) #

Global cache configuration instance


[View source]
def self.configure(&block : Configuration -> Nil) : Nil #

Configure the cache system


[View source]