Snapshot returns a stable Snapshot of the key-value entries.
()
| 149 | |
| 150 | // Snapshot returns a stable Snapshot of the key-value entries. |
| 151 | Snapshot() (Snapshot, error) |
| 152 | |
| 153 | // Get retrieves a value from the collection for a given key |
| 154 | // and returns nil if the key is not found. |
no outgoing calls