Closed (fixed)
Project:
Boost
Version:
6.x-1.0-beta1
Component:
Expiration logic
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 04:39 UTC
Updated:
19 Sep 2009 at 06:55 UTC
This is a custom extension for boost. It is against an older version of boost, so does not match the latest stable, but maybe of use for ideas.
What it does is break down expiration in 2 tiers. One tier expires according to the settings in boost, and other "older" tier is kept in the cache for longer. Older "pager" are consider old. Nodes are kept for longer, since they expire when comments are posted, ...etc.
I had to duplicate some functions as is from boost. This is suboptimal, but perhaps future boost version will provide a better way so as not to do this.
Again, this is here just for ideas.
| Comment | File | Size | Author |
|---|---|---|---|
| boost-tiers.tar_.gz | 2.64 KB | kbahey |
Comments
Comment #1
mikeytown2 commentedTry 1.0. It has the "Boost: Pages cache configuration block"; allows for a 3 tier system that kicks some butt.
Comment #2
mikeytown2 commentedClosing this as the newer version of boost has a better way; reopen if I am mistaken.