bugfix
parent
fd73bc437f
commit
eb96444401
|
@ -105,4 +105,9 @@ class DODB::CachedDataBase(V) < DODB::Storage(V)
|
|||
@data.delete key
|
||||
value
|
||||
end
|
||||
|
||||
private def remove_data!
|
||||
super
|
||||
@data = Hash(Int32, V).new
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue