class
Azu::Cache::Configuration
- Azu::Cache::Configuration
- Reference
- Object
Overview
Cache configuration
Defined in:
azu/cache.crConstructors
Instance Method Summary
-
#cache_cleanup_interval : Int32
Memory store cleanup configuration
-
#cache_cleanup_interval=(cache_cleanup_interval : Int32)
Memory store cleanup configuration
- #cache_cleanup_interval_span : Time::Span
-
#cache_connection_retries : Int32
Connection retry configuration
-
#cache_connection_retries=(cache_connection_retries : Int32)
Connection retry configuration
- #cache_connection_retry_delay : Int32
- #cache_connection_retry_delay=(cache_connection_retry_delay : Int32)
- #compress=(compress : Bool)
- #compress? : Bool
- #default_ttl : Int32
- #default_ttl=(default_ttl : Int32)
- #enabled=(enabled : Bool)
- #enabled? : Bool
-
#file_cache_path : String
File cache configuration
-
#file_cache_path=(file_cache_path : String)
File cache configuration
- #file_cache_permissions : Int32
- #file_cache_permissions=(file_cache_permissions : Int32)
- #key_prefix : String
- #key_prefix=(key_prefix : String)
- #max_size : Int32
- #max_size=(max_size : Int32)
- #redis_operation_timeout : Int32
- #redis_operation_timeout=(redis_operation_timeout : Int32)
- #redis_operation_timeout_span : Time::Span
- #redis_pool_size : Int32
- #redis_pool_size=(redis_pool_size : Int32)
- #redis_timeout : Int32
- #redis_timeout=(redis_timeout : Int32)
- #redis_timeout_span : Time::Span
-
#redis_url : String
Redis-specific configuration
-
#redis_url=(redis_url : String)
Redis-specific configuration
- #serialize=(serialize : Bool)
- #serialize? : Bool
- #store : String
- #store=(store : String)
- #ttl_span : Time::Span