(entityID string, poolID string)
| 530 | } |
| 531 | |
| 532 | func GetEntityPool(entityID string, poolID string) (params.Pool, bool) { |
| 533 | return entityCache.GetEntityPool(entityID, poolID) |
| 534 | } |
| 535 | |
| 536 | func GetEntityScaleSet(entityID string, scaleSetID uint) (params.ScaleSet, bool) { |
| 537 | return entityCache.GetEntityScaleSet(entityID, scaleSetID) |