package local type Target interface { IncrGetHit() IncrGetSuccess() IncrGetFailed() IncrDelHit() IncrDelNotFound() }