-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST
More file actions
48 lines (48 loc) · 990 Bytes
/
MANIFEST
File metadata and controls
48 lines (48 loc) · 990 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
38
39
40
41
42
43
44
45
46
47
48
Artistic
Build.PL
Changes
CONTRIBUTING
example/fib.conf
example/fib.pl
example/lru.conf
example/lru.pl
example/refresher.conf
example/refresher.pl
example/sample.conf
example/variable_cost.conf
example/variable_cost.pl
lib/Autocache/Config/Node.pm
lib/Autocache/Config.pm
lib/Autocache.pm
lib/Autocache/Logger.pm
lib/Autocache/Record.pm
lib/Autocache/Request.pm
lib/Autocache/Strategy/CostBased.pm
lib/Autocache/Strategy/Eviction/FIFO.pm
lib/Autocache/Strategy/Eviction/LRU/Entry.pm
lib/Autocache/Strategy/Eviction/LRU.pm
lib/Autocache/Strategy.pm
lib/Autocache/Strategy/Refresh.pm
lib/Autocache/Strategy/Statistics.pm
lib/Autocache/Strategy/Store/Memcached.pm
lib/Autocache/Strategy/Store/Memory.pm
lib/Autocache/WorkQueue.pm
LICENCE
MANIFEST
MANIFEST.SKIP
META.yml
README
t/001_fib.t
t/001_fib.t.conf
t/002_caller_context.t
t/003_refresh.t
t/003_refresh.t.conf
t/004_stat.t
t/004_stat.t.conf
t/005_cost.t
t/005_cost.t.conf
t/006_lru.t.PL
t/006_lru.t.X
t/007_fifo.t.PL
t/007_fifo.t.X
TODO