-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
37 lines (20 loc) · 835 Bytes
/
Changes
File metadata and controls
37 lines (20 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Autocache revision history
0.005 - 2011-??-??
Put logging statements behind log4perl resurrector functionality
0.004 - 2010-09-26
Modified build script to only run lru test if feature has been turned on.
Added FIFO eviction strategy.
Removed stats config options, we can use strategies for this.
Added Autocache::Logger.
0.003 - 2010-07-31
Removed distinction between strategies and stores. Stores are now a kind of
strategy.
Split MemoryLRU store into seperate eviction stratgey that can be layered on
top of the existing Memory strategy.
Added request object to encapsulate information required to serve a request.
0.002 - 2010-07-27
Hide log4perl statements using Resurrector functionality
Modify requirements so that we can install without those required by
the MemoryLRU store
0.001 - 2010-07-24
Initial release.