Class: ActionView::Resolver::Cache::SmallCache
- Inherits:
-
Concurrent::Map
- Object
- Concurrent::Map
- ActionView::Resolver::Cache::SmallCache
- Defined in:
- lib/action_view/template/resolver.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ SmallCache
constructor
A new instance of SmallCache.
Constructor Details
#initialize(options = {}) ⇒ SmallCache
Returns a new instance of SmallCache.
76 77 78 |
# File 'lib/action_view/template/resolver.rb', line 76 def initialize( = {}) super(.merge(initial_capacity: 2)) end |