Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2020-04-15 06:10:37 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-04-15 06:10:37 +0300
commitc35d9792b858690a5c536360f7416ddaa5887e8f (patch)
treee72f9ed16e6064727419cfbef5caf9bd02dd9809 /doc
parentb8e854bcc58d0f82b5b1b2a4dd97e3b01874ac2b (diff)
Cache should account for feature flags
Diffstat (limited to 'doc')
-rw-r--r--doc/design_diskcache.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/design_diskcache.md b/doc/design_diskcache.md
index b931f6388..4aeb07d0d 100644
--- a/doc/design_diskcache.md
+++ b/doc/design_diskcache.md
@@ -46,6 +46,7 @@ specific repository state:
RPC request (digest) │ ┌──────┐
Gitaly version (string) ├─────│SHA256│─────▶ Cache key
RPC Method (string) │ └──────┘
+ Feature flags (string) │
─────┘
```