Try @Cacheable annotation from Spring. See https://spring.io/guides/gs/caching
@Cacheable
You can apply this caching on the method NetworkDataProvider.getSomeData().
NetworkDataProvider.getSomeData()