We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8f75d commit 8cb62c9Copy full SHA for 8cb62c9
1 file changed
lib/active_remote/cached.rb
@@ -25,7 +25,7 @@ def self.cache(cache_provider = nil)
25
end
26
27
def self.cache_options
28
- ::ActiveRemote::Cached.default_options.except(:cache_error_proc, :handle_cache_error)
+ ::ActiveRemote::Cached.default_options.slice(:expires_in, :namespace, :race_condition_ttl)
29
30
31
def self.default_options(options = nil)
0 commit comments