• ene 31

    Cache your properties with a decorator

This is a wonderful Python idea I've found quite usefull and fun to implement.

The reason of the need comes from an analytics project I'm working on.

I have to read data from several sources (let's think on a file, a database or a remote query) that changes at predefined periods (let's say each minute).

Page 1 / 1