(entityID string, pools []params.Pool)
| 502 | } |
| 503 | |
| 504 | func ReplaceEntityPools(entityID string, pools []params.Pool) { |
| 505 | entityCache.ReplaceEntityPools(entityID, pools) |
| 506 | } |
| 507 | |
| 508 | func ReplaceEntityScaleSets(entityID string, scaleSets []params.ScaleSet) { |
| 509 | entityCache.ReplaceEntityScaleSets(entityID, scaleSets) |