Index: /branches/1.3/admin/common-zh-simplified-utf-8.lang.php
===================================================================
--- /branches/1.3/admin/common-zh-simplified-utf-8.lang.php	(revision 600)
+++ /branches/1.3/admin/common-zh-simplified-utf-8.lang.php	(revision 601)
@@ -59,4 +59,6 @@
 		'inode'
 		=> 'Inode',
+		'hash'
+		=> 'Hash',
 		'Access'
 		=> '访问',
Index: /branches/1.3/admin/common-zh-traditional-utf-8.lang.php
===================================================================
--- /branches/1.3/admin/common-zh-traditional-utf-8.lang.php	(revision 600)
+++ /branches/1.3/admin/common-zh-traditional-utf-8.lang.php	(revision 601)
@@ -59,4 +59,6 @@
 		'inode'
 		=> 'Inode',
+		'hash'
+		=> 'Hash',
 		'Access'
 		=> '存取',
Index: /branches/1.3/admin/xcache.tpl.php
===================================================================
--- /branches/1.3/admin/xcache.tpl.php	(revision 600)
+++ /branches/1.3/admin/xcache.tpl.php	(revision 601)
@@ -170,4 +170,5 @@
 			<?php } ?>
 			<?php } ?>
+			<th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('hash'); ?></a></th>
 			<th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Access'); ?></a></th>
 			<th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Create'); ?></a></th>
@@ -228,4 +229,5 @@
 			}
 			echo <<<ENTRY
+			<td int="{$entry['hvalue']}">{$entry['hvalue']}</td>
 			<td int="{$entry['atime']}">{$atime}</td>
 			<td int="{$entry['ctime']}">{$ctime}</td>
Index: /branches/1.3/xcache.c
===================================================================
--- /branches/1.3/xcache.c	(revision 600)
+++ /branches/1.3/xcache.c	(revision 601)
@@ -451,4 +451,5 @@
 	add_assoc_long_ex(ei, ZEND_STRS("ctime"),    entry->ctime);
 	add_assoc_long_ex(ei, ZEND_STRS("atime"),    entry->atime);
+	add_assoc_long_ex(ei, ZEND_STRS("hvalue"),   entry->hvalue);
 	if (del) {
 		add_assoc_long_ex(ei, ZEND_STRS("dtime"), entry->dtime);
