shailendra333 / webutilities

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

Enhancement: ResponseCacheFilter init parameters, URL parameters and behavior #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ResponseCacheFilter can have following improvements

Init parameters. 

1. reloadTime - cache will be reloaded after gives seconds (even if it is not 
modified)
2. resetTime - cache will reset (clear everything) every given seconds.

Cache for the resource will anyways will be reloaded if resources gets modified 
on the disk.

URL parameters. 

1. _expirecache_ - to expire cache (if exists) for this URL. Don't reset full 
cache.
2. _resetcache_ - to reset full cache - remove everything from cache. 
3. _skipcache_ - to skip cache for this request

Besides above init parameter will also have other standard init parameters 
(ignore/accept pattens) as reported earlier.

Original issue reported on code.google.com by emailmej...@gmail.com on 20 Mar 2011 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 20 Mar 2011 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 20 Mar 2011 at 7:11

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 23 Mar 2011 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 7 Apr 2011 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 7 Apr 2011 at 6:36

GoogleCodeExporter commented 9 years ago
Verified in 0.0.4

Original comment by rr.patil...@gmail.com on 9 Apr 2011 at 2:37