func NewStagesStorageCacheHttpHandlerLegacy(stagesStorageCache StagesStorageCacheInterface) *StagesStorageCacheHttpHandlerLegacy {
    handler := &StagesStorageCacheHttpHandlerLegacy{
        StagesStorageCache: stagesStorageCache,
        ServeMux:           http.NewServeMux(),
    }