class

Azu::Cache::Configuration

Inherits Reference < Object

Cache configuration

Constructors

Instance methods

cache_cleanup_interval

Memory store cleanup configuration

Source
cache_cleanup_interval=(cache_cleanup_interval : Int32)

Memory store cleanup configuration

Source
cache_cleanup_interval_span
Source
cache_connection_retries

Connection retry configuration

Source
cache_connection_retries=(cache_connection_retries : Int32)

Connection retry configuration

Source
cache_connection_retry_delay
Source
cache_connection_retry_delay=(cache_connection_retry_delay : Int32)
Source
compress=(compress : Bool)
Source
compress?
Source
default_ttl
Source
default_ttl=(default_ttl : Int32)
Source
enabled=(enabled : Bool)
Source
enabled?
Source
file_cache_path

File cache configuration

Source
file_cache_path=(file_cache_path : String)

File cache configuration

Source
file_cache_permissions
Source
file_cache_permissions=(file_cache_permissions : Int32)
Source
key_prefix
Source
key_prefix=(key_prefix : String)
Source
max_size
Source
max_size=(max_size : Int32)
Source
redis_operation_timeout
Source
redis_operation_timeout=(redis_operation_timeout : Int32)
Source
redis_operation_timeout_span
Source
redis_pool_size
Source
redis_pool_size=(redis_pool_size : Int32)
Source
redis_timeout
Source
redis_timeout=(redis_timeout : Int32)
Source
redis_timeout_span
Source
redis_url

Redis-specific configuration

Source
redis_url=(redis_url : String)

Redis-specific configuration

Source
serialize=(serialize : Bool)
Source
serialize?
Source
store
Source
store=(store : String)
Source
ttl_span
Source