timedcache 0.2
TimedCache implements a cache in which you can place objects and specify a timeout value. If you attempt to retrieve the object within the specified timeout period, the object will be returned. If the timeout period has elapsed, the TimedCache will return nil.
Gemfile:
=
install:
=
Runtime Dependencies (1):
hoe
>= 1.5.0