File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ To understand its mechanics, see [How It Works](#how-it-works) and Check [Why th
3030 - [ What it does?] ( #what-it-does )
3131- [ Advanced Usage] ( #advanced-usage )
3232 - [ Cross-Service Caching] ( #cross-service-caching )
33- - [ Custom Entity Extraction (TODO)] ( #custom-entity-extraction-todo )
3433 - [ Custom Serialization] ( #custom-serialization )
3534- [ API Reference] ( #api-reference )
3635 - [ EntityCache] ( #entitycache )
@@ -49,7 +48,7 @@ To understand its mechanics, see [How It Works](#how-it-works) and Check [Why th
4948
5049- 🔑 ** Smart Invalidation** : Instantly clears all function caches tied to an entity’s footprint
5150- 📋 ** Custom ID Fields** : Support for entities with non-standard/composite ID field names
52- - 🔒 ** Custom Serialization ** : Cache objects that aren't JSON-serializable
51+ - 🔒 ** Custom Backend ** : Custom backend support with Built-in Redis/Memory backends
5352- 🔄 ** Cross-Service Compatible** : Designed to play nice across services with traditional and simple payloads
5453- 🧩 ** ORM Integration** : Optional support for SQLAlchemy and Django models with auto primary key extraction
5554
You can’t perform that action at this time.
0 commit comments