The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

- test memcached

- add shared memory store

- cleanup logging, remove dependence on log4perl and perhaps allow logger
  injection

- remove all die/confess statements except where they are in the init phase

- add way of getting cache sizes out

- honour function strategy directives in config

- honour function stratgey parameter in code

- possibly make 'autocache' exported by default?

- 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

- add MemoryFIFO store

- look for other neat Cache::* classes that we might be able to simply add