github.com/cs3org/reva/v2@v2.27.7/changelog/1.8.0_2021-06-09/ocs-resource-cache.md (about)

     1  Enhancement: Cache resources from share getter methods in OCS
     2  
     3  In OCS, once we retrieve the shares from the shareprovider service, we stat each
     4  of those separately to obtain the required info, which introduces a lot of
     5  latency. This PR introduces a resoource info cache in OCS, which would prevent
     6  this latency.
     7  
     8  https://github.com/cs3org/reva/pull/1643