github.com/cockroachdb/pebble@v1.1.2/objstorage/objstorageprovider/sharedcache/testdata/cache/small_read (about)

     1  # Small read, with one miss then two hits.
     2  
     3  init
     4  ----
     5  initialized with block-size=32768 size=33554432 num-shards=32
     6  
     7  write size=10
     8  ----
     9  
    10  read offset=0 size=10
    11  ----
    12  misses=1
    13  
    14  read offset=0 size=10
    15  ----
    16  misses=0
    17  
    18  read offset=4 size=6
    19  ----
    20  misses=0