File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Cache Invalidation
77
88Cache invalidation is the process of removing all cached items related to a
99change in the state of your model. The most basic kind of invalidation is direct
10- items deletion. But when the state of a primary resource has spread accross
10+ items deletion. But when the state of a primary resource has spread across
1111several cached items, keeping them in sync can be difficult.
1212
1313The Symfony Cache component provides two mechanisms to help solving this problem:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ a user submits a series of different forms to complete a task. Such processes ar
77best kept away from your models and should be defined in configuration.
88
99A **definition ** of a workflow consist of places and actions to get from one
10- place to another. The actions are called **transistions **. A workflow does also
10+ place to another. The actions are called **transitions **. A workflow does also
1111need to know each object's position in the workflow. That **marking store ** writes
1212to a property of the object to remember the current place.
1313
You can’t perform that action at this time.
0 commit comments