-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
29 lines (15 loc) · 703 Bytes
/
Copy pathTODO
File metadata and controls
29 lines (15 loc) · 703 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
- test memcached
- add shared memory store
- add way of getting cache sizes out (what did I mean by this?)
- honour function strategy directives in config
- honour function stratgey parameter in code
- add option to conflate both scalar and list context results if the
function returns equivalent data in either case
- add more POD for all packages
- add manual POD
- add cookbook for common use-cases
- enhance MemoryLRU to not store objects larger than some maximum size
- enhance MemoryLRU, or add another class that allows us to store a maximum
number of objects rather than size
- look for other neat Cache::* classes that we might be able to simply add
- add multi-level caching