Method: Erector::Cache#initialize
- Defined in:
- lib/erector/caching.rb
#initialize ⇒ Cache
Returns a new instance of Cache.
3 4 5 |
# File 'lib/erector/caching.rb', line 3 def initialize @stores = {} end |
Returns a new instance of Cache.
3 4 5 |
# File 'lib/erector/caching.rb', line 3 def initialize @stores = {} end |