![]() |
|
sfViewableModelPlugin - 0.3.0Links symfony's view cache to your model and automatically removes cached templates when model objects used to build them are modified |
|
The sfViewableModelPlugin links symfony's view cache to your model and
automatically removes cached templates when model objects used to build them
are modified.
To install, simply update your application's config/factories.yml to include
the plugin's view cache manager:
# /apps/APP/config/factories.yml
all:
view_cache_manager:
class: sfViewableModelViewCacheManager
Then clear your cache using symfony cc and watch how much smarter your
cache is!