Cache-Sliding version 1.0.1
Implement caching object using sliding time-based expiration strategy.
Only for EV-based applications.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
EV
COPYRIGHT AND LICENCE
Copyright (C) 2009, Alex Efros
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.