-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests-only] Refactor gateway caching (#2372)
* illustrate the problem * add changelog * don't clean cache when creating new spaces * use Contains instead HasPrefix for key invalidation * don't cache shares for the moment * clean by opaque and storageid seperately * introduce caches struct * move providercache to caches struct * deactivate providercache * move create home caching * remove etag cache * fix linting * deactivate cashing temporarily * reactivate statcache * refine logic for creating cache key * reactivate home cache * activate provider cache * change type of Chaches struct * add comment for userkey function * more PR comments * readd wrongly deleted line Signed-off-by: jkoberg <[email protected]>
- Loading branch information
Showing
6 changed files
with
240 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.