remotes/1708606157012549584/ramdb
Karchnu 2020-07-18 00:40:37 +02:00
parent fd73bc437f
commit eb96444401
1 changed files with 5 additions and 0 deletions

View File

@ -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