Commit 0cfde640 authored by Akshay Bharambe's avatar Akshay Bharambe
Browse files

Rename cache init funtion

parent f4d7a512
2 merge requests!210Staging mepdeployment05072020,!200Add: Session control
Showing with 2 additions and 2 deletions
......@@ -32,8 +32,8 @@ var (
ErrSessionValidationFailed = errors.New("session validation failed")
)
// InitSessionManagerCache initializes the cache with provided configuration. Need to provide a cache type to use.
func InitSessionManagerCache(chacheType int) {
// InitUserSessionCache initializes the cache with provided configuration. Need to provide a cache type to use.
func InitUserSessionCache(chacheType int) {
cacheConfig := cachemdl.CacheConfig{
Type: chacheType,
RedisCache: &cachemdl.RedisCache{
......
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