breid48 / cacheing

Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.
MIT License
19 stars 0 forks source link

On decorators #38

Open kuraga opened 6 months ago

kuraga commented 6 months ago

Good day!

Are "cached" decorators not realized consciously or are there plans to realize?

Thanks!

breid48 commented 5 months ago

Hi,

Unfortunately, other projects have taken my time away from cacheing, but that's not to say that cache decorators haven't always been on the back of my mind. If you're interested, I'd be more than happy to support you through contributing your own implementation of decorators into cacheing. Otherwise, I recommend you check out cachetools, which offers their own implementation of cache decorators.