Get only those keys of sessions, that are saved in the Store and are to be expired. @return array of session keys, that are to be expired @throws IOException if an input-/output error occurred
()
| 113 | * @throws IOException if an input-/output error occurred |
| 114 | */ |
| 115 | public String[] expiredKeys() throws IOException { |
| 116 | return keys(); |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Called by our background reaper thread to check if Sessions saved in our store are subject of being expired. If |