Support the compute() method, and emulate it if the backend doesnt have it.
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
4d098922 1 - Generate a warning if no config is specified, or config
2 is specified using the old key.
26dcff5b 3 - Support the compute() method, and emulate it if the backend
4 doesn't have it.
5
cfeadc99 60.08
7 - Forgot to add MRO::Compat to Makefile.PL, fail.
8
0ba5145c 90.07
10 - Switch from NEXT to MRO::Compat.
11 - Change config key from 'cache' to 'Plugin::Cache', old key
12 is still supported for backwards compatibility, but the new
13 key is preferred (RT#40344).
ab8e499f 14
dc5fda2b 150.06
16 - clarify the documentation on how to configure a backend
17 - due to stacked evals, certain start up errors were quietly
18 ignored until the first cache hit. These start up errors
19 now correctly manifest themselves at start up time.
204b2b54 200.05
21 - change base class order to appease Class::C3
22
230.04
24 - ???
25
be13e4dd 260.03
27 - Be more compatible with ->set() convention of passing expiry
28
f5989257 290.02
30 - Pass around a hash ref instead of a list of kvp.
31
320.01
33 - Initial release