Implement ttl support.
authorhbc <bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:23:49 +0000 (22:23 +0800)
committerhbc <bcxxxxxx@gmail.com>
Mon, 9 Feb 2015 14:23:49 +0000 (22:23 +0800)
commita17ec7ed651ba2b098a7fe279209c9554e13a20a
treea7f62925f8d10cdfae48822f8cdc76ce2740f668
parent53bc42fb32c95bd2fbd62083cdc4e91d698b8a90
Implement ttl support.

Borrowed from https://wiki.python.org/moin/PythonDecoratorLibrary#Cached_Properties.
cached_property.py
requirements.txt
tests/test_cached_property.py
tests/test_threaded_cached_property.py