Remove closeBox when open box in hive database
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -48,7 +48,7 @@ class MemoryAccountCacheClient implements AccountCacheClient {
|
||||
}
|
||||
|
||||
@override
|
||||
Future<AccountCache?> getItem(String key, {bool needToReopen = false}) {
|
||||
Future<AccountCache?> getItem(String key) {
|
||||
return Future.value(_cache[key]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user