79295485

Date: 2024-12-19 20:13:57
Score: 0.5
Natty:
Report link

Try @Cacheable annotation from Spring. See https://spring.io/guides/gs/caching

You can apply this caching on the method NetworkDataProvider.getSomeData().

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Krzysztof Tomaszewski