refactor: session.{clearCache,getCacheSize} nws13n (#17969)
This commit is contained in:
parent
98c51dd660
commit
24bf2c29e4
2 changed files with 36 additions and 83 deletions
|
@ -63,8 +63,8 @@ class Session : public mate::TrackableObject<Session>,
|
|||
|
||||
// Methods.
|
||||
v8::Local<v8::Promise> ResolveProxy(mate::Arguments* args);
|
||||
template <CacheAction action>
|
||||
v8::Local<v8::Promise> DoCacheAction();
|
||||
v8::Local<v8::Promise> GetCacheSize();
|
||||
v8::Local<v8::Promise> ClearCache();
|
||||
v8::Local<v8::Promise> ClearStorageData(mate::Arguments* args);
|
||||
void FlushStorageData();
|
||||
v8::Local<v8::Promise> SetProxy(mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue