(entityID string, scaleSetID uint)
| 526 | } |
| 527 | |
| 528 | func DeleteEntityScaleSet(entityID string, scaleSetID uint) { |
| 529 | entityCache.DeleteEntityScaleSet(entityID, scaleSetID) |
| 530 | } |
| 531 | |
| 532 | func GetEntityPool(entityID string, poolID string) (params.Pool, bool) { |
| 533 | return entityCache.GetEntityPool(entityID, poolID) |