Versions in this module Expand all Collapse all v1 v1.1.1 Aug 18, 2020 Changes in this version + const DefaultGcInterval + const DefaultTtl + type Impl struct + func New() *Impl + func NewExt(interval, ttl time.Duration) (*Impl, chan struct{}) + func (swxCache *Impl) ClearAll() + func (swxCache *Impl) Gc(interval, ttl time.Duration) chan struct{} + func (swxCache *Impl) Get(imsi string) *protos.AuthenticationAnswer + func (swxCache *Impl) Put(ans *protos.AuthenticationAnswer) *protos.AuthenticationAnswer + func (swxCache *Impl) Remove(imsi string) *protos.AuthenticationAnswer Other modules containing this package github.com/go-magma/magma