flask-caching icon indicating copy to clipboard operation
flask-caching copied to clipboard

Remove the backend classes’ factory methods

Open gergelypolonkai opened this issue 3 years ago • 0 comments

XXXCache.factory does exactly what the old xxx_cache functions did. If we could move these changes inside __init__ (or maybe an init_app method), these functions could be removed. This would also make creating custom classes much easier.

gergelypolonkai avatar Mar 02 '21 12:03 gergelypolonkai