Commit f59f0996 authored by Akshay Bharambe's avatar Akshay Bharambe
Browse files

Add: GetAll to cacher interface

parent 58ae9729
Branches
Tags
2 merge requests!210Staging mepdeployment05072020,!206Add: Enable users to view data present in session manager
Showing with 1 addition and 1 deletion
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment