package serverconfigs type HTTPMemoryCacheStorage struct { } func (this *HTTPMemoryCacheStorage) Init() error { return nil }