File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Cache Invalidation
7
7
8
8
Cache invalidation is the process of removing all cached items related to a
9
9
change 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
11
11
several cached items, keeping them in sync can be difficult.
12
12
13
13
The 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
7
7
best kept away from your models and should be defined in configuration.
8
8
9
9
A **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
11
11
need to know each object's position in the workflow. That **marking store ** writes
12
12
to a property of the object to remember the current place.
13
13
You can’t perform that action at this time.
0 commit comments