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.
3 4 |
# File 'lib/fuzz/null_cache.rb', line 3 def initialize(*) end |
Instance Method Details
#increment ⇒ Object
10 11 |
# File 'lib/fuzz/null_cache.rb', line 10 def increment(*) end |
#weight ⇒ Object
6 7 8 |
# File 'lib/fuzz/null_cache.rb', line 6 def weight(*) 0 end |
#write ⇒ Object
13 14 |
# File 'lib/fuzz/null_cache.rb', line 13 def write end |