On Tue, Dec 2, 2014 at 9:07 AM, Constantin Berhard <constantin@exxxtremesys.lu> wrote:
Then

@functools.lru_cache

would become

@functools.cache(collections.LruCache(maxsize=128))

+1


--
Juancarlo AƱez