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

     1  Enhancement: Add cache warmup strategy for OCS resource infos
     2  
     3  Recently, a TTL cache was added to OCS to store statted resource infos. This PR
     4  adds an interface to define warmup strategies and also adds a cbox specific
     5  strategy which starts a goroutine to initialize the cache with all the valid
     6  shares present in the system.
     7  
     8  https://github.com/cs3org/reva/pull/1664