Skip to content

Function: getDefaultRelationsCacheService()

ts
function getDefaultRelationsCacheService(): RelationsCacheServiceResolver | null;

Internal

Reads the currently-registered default resolver (used internally and by the write-through eviction hook). Exposed for completeness; prefer resolveRelationsCacheService.

Returns

| RelationsCacheServiceResolver | null

The default resolver, or null when none is registered.