Cache And Processor

Combining data ownership and operation control reduces the risk of external corruption of cached state. An actor that keeps its own state acts as both a cache and a processor. The actor owns the data for the object it manages. The actor co…

1 sources - 4 claims

Combining data ownership and operation control reduces the risk of external corruption of cached state. An actor that keeps its own state acts as both a cache and a processor. The actor owns the data for the object it manages. The actor controls operations that affect its managed data.