Cache
There are two ways to enable caching for target entities.
Configuration
Specify their class names using the doyto.query.caches
property in the application.yaml
file:
Programmatic
Override method getCacheName()
in AbstractDynamicService
:
Last updated
Was this helpful?