Module: ArtirixDataModels::CacheService::KeyCleaner
- Defined in:
- lib/artirix_data_models/cache_service.rb
Class Method Summary collapse
Class Method Details
.final_key(m, *args) ⇒ Object
66 67 68 69 |
# File 'lib/artirix_data_models/cache_service.rb', line 66 def self.final_key(m, *args) cleaned = clean_key_section(m, *args) CacheStoreHelper.final_key cleaned end |
.valid_method(method_name) ⇒ Object
62 63 64 |
# File 'lib/artirix_data_models/cache_service.rb', line 62 def self.valid_method(method_name) method_name.end_with? '_key' end |