Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
f59f0996
Commit
f59f0996
authored
4 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Add: GetAll to cacher interface
parent
58ae9729
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!210
Staging mepdeployment05072020
,
!206
Add: Enable users to view data present in session manager
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cachemdl/cache.go
+1
-1
cachemdl/cache.go
with
1 addition
and
1 deletion
cachemdl/cache.go
+
1
−
1
View file @
f59f0996
...
...
@@ -25,7 +25,7 @@ type Cacher interface {
// GET
Get
(
key
string
)
(
interface
{},
bool
)
//
GetAll() map[string]interface{}
GetAll
()
map
[
string
]
interface
{}
// DELETE
Delete
(
key
string
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets