instance method
namespace
Ruby on Rails edge
Since v8.1.3.1Available in: v8.1.3.1 edge
Signature
namespace()
Get the current namespace
Source
# File activesupport/lib/active_support/cache.rb, line 802
def namespace
@options[:namespace]
end
Defined in activesupport/lib/active_support/cache.rb line 802
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store