MCPcopy Index your code
hub / github.com/apache/tomcat / expiredKeys

Method expiredKeys

java/org/apache/catalina/session/StoreBase.java:115–117  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

processExpiresMethod · 0.95

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected