Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache space indexes #3987

Merged
merged 6 commits into from
Jun 19, 2023
Merged

Cache space indexes #3987

merged 6 commits into from
Jun 19, 2023

Conversation

aduffeck
Copy link
Contributor

Cache space indexes

@@ -99,7 +100,8 @@ type Decomposedfs struct {
stream events.Stream
cache cache.StatCache

UserCache *ttlcache.Cache
UserCache *ttlcache.Cache
spaceIDCache mtimesyncedcache.Cache[string, map[string]string]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected ';', found '[' (and 10 more errors)

@aduffeck aduffeck force-pushed the cache-space-indexes branch from 2c900cc to 1991fec Compare June 19, 2023 08:47

import "sync"

type Map[K comparable, V any] struct {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected ']', found comparable

"time"
)

type Cache[K comparable, T any] struct {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected ']', found comparable (and 4 more errors)


var _ = Describe("Mtimesyncedcache", func() {
var (
cache mtimesyncedcache.Cache[string, string]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected ';', found '[' (and 3 more errors)

@aduffeck aduffeck marked this pull request as ready for review June 19, 2023 09:04
@aduffeck aduffeck requested review from a team, labkode, ishank011 and glpatcern as code owners June 19, 2023 09:04
@aduffeck aduffeck merged commit 99d47da into cs3org:edge Jun 19, 2023
@aduffeck aduffeck deleted the cache-space-indexes branch June 19, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants