Class: WCC::Contentful::Store::LazyCacheStore::Query

Inherits:
CDNAdapter::Query show all
Defined in:
lib/wcc/contentful/store/lazy_cache_store.rb

Defined Under Namespace

Classes: IncludesWrapper, ResponseWrapper

Constant Summary

Constants inherited from Base::Query

Base::Query::OPERATORS

Instance Method Summary collapse

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