Method: ConvenientService::Support::Cache::Entities::Key#hash
- Defined in:
- lib/convenient_service/support/cache/entities/key.rb
#hash ⇒ Object
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.
95 96 97 |
# File 'lib/convenient_service/support/cache/entities/key.rb', line 95 def hash [self.class, args, kwargs, block&.source_location].hash end |