Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cache
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
cache
Merge requests
!3
Create SET cache endpoint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create SET cache endpoint
3-implement-cache-set-endpoint
into
main
Overview
13
Commits
15
Pipelines
8
Changes
21
All threads resolved!
Hide all comments
Merged
Yordan Kinkov
requested to merge
3-implement-cache-set-endpoint
into
main
3 years ago
Overview
13
Commits
15
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Expand
Cache SET endpoint implementation
Closes
#3 (closed)
FYI:
@tziai
@valerii.kalashnikov
0
0
Merge request reports
Viewing commit
c43aca38
Prev
Next
Show latest version
3 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
c43aca38
Apply 4 suggestion(s) to 3 file(s)
· c43aca38
Lyuben Penkovski
authored
2 years ago
design/design.go
+
1
−
1
Options
@@ -64,7 +64,7 @@ var _ = Service("cache", func() {
})
Method
(
"Set"
,
func
()
{
Description
(
"Set
value in the cache. The HTTP request body is stored as
value
and
the
key is assembled from HTTP request headers
."
)
Description
(
"Set
a JSON
value
in
the
cache
."
)
Payload
(
CacheSetRequest
)
Result
(
Empty
)
Loading