Class: AnyCache::Plugins::Abstract
- Inherits:
-
Object
- Object
- AnyCache::Plugins::Abstract
- Defined in:
- lib/any_cache/plugins/abstract.rb
Overview
Class Method Summary collapse
- .load! ⇒ void private
Class Method Details
.load! ⇒ 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.
This method returns an undefined value.
11 |
# File 'lib/any_cache/plugins/abstract.rb', line 11 def load!; end |