mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
cache connection data on browser close only
This commit is contained in:
parent
1cb3db9923
commit
48c682459d
6 changed files with 44 additions and 66 deletions
|
|
@ -80,10 +80,6 @@ interface Connection
|
|||
string $request
|
||||
): ?object;
|
||||
|
||||
public function cache(
|
||||
string $request
|
||||
): void;
|
||||
|
||||
public function reset(): void;
|
||||
|
||||
public function close(): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue