(entityID string, scaleSets []params.ScaleSet)
| 506 | } |
| 507 | |
| 508 | func ReplaceEntityScaleSets(entityID string, scaleSets []params.ScaleSet) { |
| 509 | entityCache.ReplaceEntityScaleSets(entityID, scaleSets) |
| 510 | } |
| 511 | |
| 512 | func DeleteEntity(entityID string) { |
| 513 | entityCache.DeleteEntity(entityID) |