Class: Fuzz::NullCache
- Inherits:
-
Object
- Object
- Fuzz::NullCache
- Defined in:
- lib/fuzz/null_cache.rb
Instance Method Summary collapse
- #increment! ⇒ Object
-
#initialize ⇒ NullCache
constructor
A new instance of NullCache.
- #weight ⇒ Object
- #write ⇒ Object
Constructor Details
#initialize ⇒ NullCache
Returns a new instance of NullCache.
2 3 |
# File 'lib/fuzz/null_cache.rb', line 2 def initialize(*) end |
Instance Method Details
#increment! ⇒ Object
9 10 |
# File 'lib/fuzz/null_cache.rb', line 9 def increment!(*) end |
#weight ⇒ Object
5 6 7 |
# File 'lib/fuzz/null_cache.rb', line 5 def weight(*) 0 end |
#write ⇒ Object
12 13 |
# File 'lib/fuzz/null_cache.rb', line 12 def write end |