Merge pull request #68 from HideyoshiNakazone/feature/cache-per-namespace

chore: minor adjustment of docs
This commit was merged in pull request #68.
This commit is contained in:
2025-11-26 15:31:10 -03:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ the instance method persists and exposes the reference cache and provides helper
.. warning:: .. warning::
The instance API with reference cache can lead to schema and type name collisions if not managed carefully. The instance API with reference cache can lead to schema and type name collisions if not managed carefully.
It's recommended that each schema defines its own unique namespace using the `$id` property in JSON Schema, It's recommended that each schema defines its own unique namespace using the `$id` property in JSON Schema,
and that access it's ref_cache by passing it explicitly when needed. and then access it's ref_cache by passing it explicitly when needed.
For details and examples about the reference cache and the different cache modes (instance cache, per-call cache, ephemeral cache), see: For details and examples about the reference cache and the different cache modes (instance cache, per-call cache, ephemeral cache), see: