Method: ConvenientService::Support::Cache::Entities::Key#initialize

Defined in:
lib/convenient_service/support/cache/entities/key.rb

#initialize(*args, **kwargs, &block) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



19
20
21
22
23
# File 'lib/convenient_service/support/cache/entities/key.rb', line 19

def initialize(*args, **kwargs, &block)
  @args = args
  @kwargs = kwargs
  @block = block
end