Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfbb4e6

Browse files
author
Jérôme Vieilledent
committed
EZP-22400: Delegate user context hash generation to FOSHttpCacheBundle
Depends on: * FriendsOfSymfony/FOSHttpCacheBundle#152 * FriendsOfSymfony/FOSHttpCache#128
1 parent 891a5dd commit dfbb4e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

User/Identity.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
* Typical use case is for content cache variation that you want to make vary on a bunch of user information (e.g. assigned roles).
1717
* The more you add information, the more specific and fine grained your cache variation will be.
18+
*
19+
* @deprecated since 5.4. Will be removed in 6.0. Use FOSHttpCacheBundle user context feature instead.
1820
*/
1921
interface Identity
2022
{

0 commit comments

Comments
 (0)