Class: WCC::Contentful::Store::LazyCacheStore::Query
- Inherits:
-
CDNAdapter::Query
- Object
- Base::Query
- CDNAdapter::Query
- WCC::Contentful::Store::LazyCacheStore::Query
- Defined in:
- lib/wcc/contentful/store/lazy_cache_store.rb
Defined Under Namespace
Classes: IncludesWrapper, ResponseWrapper
Constant Summary
Constants inherited from Base::Query
Instance Method Summary collapse
-
#initialize(cache:, **extra) ⇒ Query
constructor
A new instance of Query.
Methods inherited from CDNAdapter::Query
#apply_operator, #nested_conditions, #result
Methods inherited from Base::Query
#apply, #apply_operator, #result
Constructor Details
#initialize(cache:, **extra) ⇒ Query
Returns a new instance of Query.
104 105 106 107 |
# File 'lib/wcc/contentful/store/lazy_cache_store.rb', line 104 def initialize(cache:, **extra) super(cache: cache, **extra) @cache = cache end |