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