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