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

Method getStoreName

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

Return the name for this Store, used for logging. @return the store name

()

Source from the content-addressed store, hash-verified

76 * @return the store name
77 */
78 public String getStoreName() {
79 return storeName;
80 }
81
82
83 @Override

Callers 1

processExpiresMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected