mirror of
https://github.com/kataras/iris.git
synced 2026-02-08 19:55:55 +00:00
improve cache handler, embracing #2210 too
This commit is contained in:
@@ -21,7 +21,7 @@ type (
|
||||
mu sync.RWMutex // for flashes.
|
||||
// Lifetime it contains the expiration data, use it for read-only information.
|
||||
// See `Sessions.UpdateExpiration` too.
|
||||
Lifetime *LifeTime
|
||||
Lifetime *memstore.LifeTime
|
||||
// Man is the sessions manager that this session created of.
|
||||
Man *Sessions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user