Class: Coverband::Adapters::HashRedisStore::GetCoverageNullCacheStore
- Inherits:
-
Object
- Object
- Coverband::Adapters::HashRedisStore::GetCoverageNullCacheStore
- Defined in:
- lib/coverband/adapters/hash_redis_store.rb
Class Method Summary collapse
Class Method Details
.clear!(*_local_types) ⇒ Object
9 10 |
# File 'lib/coverband/adapters/hash_redis_store.rb', line 9 def self.clear!(*_local_types) end |
.fetch(_local_type) {|0| ... } ⇒ Object
12 13 14 |
# File 'lib/coverband/adapters/hash_redis_store.rb', line 12 def self.fetch(_local_type) yield(0) end |