| 79 | bool startWrite(); |
| 80 | |
| 81 | bool writeInProgress() const { |
| 82 | return writesInProgress_ != 0; |
| 83 | } |
| 84 | |
| 85 | /// Stores the entries of 'pins' into the corresponding files. Sets the file |
| 86 | /// for the successfully stored entries. May evict existing entries from |
no outgoing calls