in reply to Re^4: Catalyst, Accessing Cache plugins from Models
in thread Catalyst, Accessing Cache plugins from Models
Well, it is available. You cache output. This is how some sites like github make pretty intensive stuff quite speedy.
You can also propagate the context around with the modules I suggested and share the controller’s cache.
You can also have a memcached or whatever available as a plain extra-app class—CHI is a great choice for this—and instantiate an access object in your M and C and if you really insist, in the V too.
Starts to sound a lot like PHP at this point. :|
|
|---|