blob: 75497cc3c3ea82872724f87746258272a761c97b [file] [log] [blame]
<html>
<head><title> JCS Admin Servlet Region Detail </title></head>
<body>
<h1> Keys for region: $cacheName </h1>
<table border="1" cellpadding="5" >
<tr>
<th> Key </th>
<th> Eternal? </th>
<th> Create time </th>
<th> Max Life (s) </th>
<th> Till Expiration (s) </th>
</tr>
#foreach ( $element in $elementInfoRecords )
<tr>
<td> $element.key </td>
<td> $element.eternal </td>
<td> $element.createTime </td>
<td> $element.maxLifeSeconds </td>
<td> $element.expiresInSeconds </td>
<td> <a href="?action=remove&cacheName=${cacheName}&key=${key}"> Remove </a> </td>
</tr>
#end
</table>
</body>
</html>