(entityID string, scaleSet params.ScaleSet)
| 518 | } |
| 519 | |
| 520 | func SetEntityScaleSet(entityID string, scaleSet params.ScaleSet) { |
| 521 | entityCache.SetEntityScaleSet(entityID, scaleSet) |
| 522 | } |
| 523 | |
| 524 | func DeleteEntityPool(entityID string, poolID string) { |
| 525 | entityCache.DeleteEntityPool(entityID, poolID) |