package domain import "time" const ( DefaultSingleFlyCacheTimeout = 60 * time.Second DefaultFindDataNotFoundTimeout = 5 * time.Second )