awesome assets from gffs code
[feisty_meow.git] / kona / src / org / gffs / cache / improvements_readme.txt
1
2
3 it would be nice to fix the role based cache node and how these classes
4 are intertwingled.
5 it seems better to have some interfaces for the different concerns, like timeout and
6 ordering.
7 and then to inherit interfaces to build the real object as a composite,
8 rather than stuffing all characteristics any cache node has into one object,
9 the role based cache node.
10
11 also the structures like cachelist are not separable from the stored type right now.
12
13 these guys DO store any kind of type that you can implement with the parts,
14 and they do it well, but the internal organization could be cleaned a bit and i think
15 it would reduce the code size and also the complexity of the objects.
16
17
18