Development

#4245 (sfViewCacheManager: add sf settings to disable hostname and/or vary headers namespacing in cache key)

You must first sign up to be able to contribute.

Ticket #4245 (closed task: fixed)

Opened 5 years ago

Last modified 4 years ago

sfViewCacheManager: add sf settings to disable hostname and/or vary headers namespacing in cache key

Reported by: hartym Assigned to: hartym
Priority: major Milestone: 1.3.0 alpha1
Component: cache Version:
Keywords: Cc:
Qualification: Design decision

Description

we should add two configuration directives to either settings.yml or cache.yml to allow to disable the hostname and/or the vary headers in generated cache keys (sfViewCacheManager::generateCacheKey()).

We need to decide in which configuration file it should be (i suppose settings.yml?) and what names to give to thoose directives.

Change History

11/09/08 10:55:35 changed by fabien

  • milestone changed from 1.2.0 to 1.3.0.

09/11/09 16:07:38 changed by hartym

  • status changed from new to closed.
  • resolution set to fixed.

(In [21918]) [1.3] fixed #4245. View cache manager now accepts params in factories.yml, added two params to enable or disable use of vary headers and host name in cache key generation, default to use all (as in symfony 1.0 1.1 and 1.2).