1
0
mirror of synced 2025-02-09 00:39:25 +03:00

[Doc] Fix typo

This commit is contained in:
Issei.M 2016-01-14 19:39:16 +09:00
parent 196ea2d0c5
commit 5535690b75

View File

@ -11,7 +11,7 @@ The Second Level Cache is designed to reduce the amount of necessary database ac
It sits between your application and the database to avoid the number of database hits as much as possible.
When turned on, entities will be first searched in cache and if they are not found,
a database query will be fired an then the entity result will be stored in a cache provider.
a database query will be fired and then the entity result will be stored in a cache provider.
There are some flavors of caching available, but is better to cache read-only data.