Skip to content

Commit 6e3d93d

Browse files
committed
refactor backend features, remove extract entity section
1 parent acd9da7 commit 6e3d93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)