put method
Records or replaces operation.
Implementation
void put(Operation operation) {
_operations[operation.id] = operation;
_evict();
}
Records or replaces operation.
void put(Operation operation) {
_operations[operation.id] = operation;
_evict();
}