Class: Kameleoon::Storage::CacheFactory
- Inherits:
-
Object
- Object
- Kameleoon::Storage::CacheFactory
- Defined in:
- lib/kameleoon/storage/cache_factory.rb
Overview
Will be useful for Ruby 3.0 Abstract CacheFactory class (interface)
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#create(_experiration_time, _cleaning_time) ⇒ Object
11 12 13 |
# File 'lib/kameleoon/storage/cache_factory.rb', line 11 def create(_experiration_time, _cleaning_time) raise 'Abstract method `create` called' end |