Remove the Session with the specified session identifier from this Store, if present. If no such Session is present, this method takes no action. Implementations should expect, and correctly handle, concurrent calls to any method but in particular calls to #load(String), {@code #save(Ses
(String id)
| 104 | * @exception IOException if an input/output error occurs |
| 105 | */ |
| 106 | void remove(String id) throws IOException; |
| 107 | |
| 108 | |
| 109 | /** |
no outgoing calls