Load retrieves an entry from the cache. `ok` is true if the entry is present; otherwise it's false.
(id string)
| 40 | Store(id string, entry *PreparedEntry) |
| 41 | // Load retrieves an entry from the cache. `ok` is true if the entry is present; otherwise it's false. |
| 42 | Load(id string) (entry *PreparedEntry, ok bool) |
| 43 | } |
| 44 | |
| 45 | type SessionConfig struct { |
no outgoing calls