java.lang.Object
in.co.akshitbansal.springwebquery.resolver.field.cache.CacheKey

public class CacheKey extends Object
Composite key used for caching DTO-aware field-resolution results.

The cache is scoped by the entity type, DTO type, and incoming DTO path so the same selector string can be resolved independently for different query contracts.

  • Constructor Details

    • CacheKey

      public CacheKey()