wriver4 / nanoframework

Automatically exported from code.google.com/p/nanoframework
1 stars 0 forks source link

include caching into the rendering process #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This not include only the view engine but also the dispatcher.

If the caching is allowed and available we don't have to execute the
action, neither render the view, simply take the final result from the cache.

It would be great if some actions could be uncacheable. 

Original issue reported on code.google.com by stephane...@gmail.com on 4 Dec 2009 at 4:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
dispatch() and uncacheable actions : done

need to do the same for the partial()

Original comment by stephane...@gmail.com on 15 Jan 2010 at 2:12

GoogleCodeExporter commented 8 years ago
Just a precision about the caching process: only the GET requests will be cached

Original comment by stephane...@gmail.com on 4 Feb 2010 at 1:54

GoogleCodeExporter commented 8 years ago
Caching only GET method done,

Do we need to cache also partials ? Not sure.

Original comment by stephane...@gmail.com on 5 Feb 2010 at 1:07

GoogleCodeExporter commented 8 years ago
No we'll not cache partials.

Need to be validated before closing this issue

Original comment by stephane...@gmail.com on 8 Apr 2010 at 8:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by stephane...@gmail.com on 31 Aug 2010 at 3:18