Module: ConvenientService::Common::Plugins::HasInternals::Entities::Internals::Plugins::HasCache::Concern
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache/concern.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.cache ⇒ ConvenientService::Support::Cache
25 26 27 |
# File 'lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache/concern.rb', line 25 def cache @cache ||= Support::Cache.create(backend: :hash) end |
Instance Method Details
#cache ⇒ ConvenientService::Support::Cache
34 35 36 |
# File 'lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache/concern.rb', line 34 def cache @cache ||= Support::Cache.create(backend: :hash) end |