Index: trunk/xcache.ini
===================================================================
--- trunk/xcache.ini	(revision 101)
+++ trunk/xcache.ini	(revision 114)
@@ -26,9 +26,17 @@
 ; just a hash hints, you can always store count(items) > slots
 xcache.slots =                8K
+; ttl of the cache item, 0=forever
+xcache.ttl   =                 0
+; interval of gc scanning expired items, 0=no scan, other values is in seconds
+xcache.gc_interval =           0
 
 ; same as aboves but for variable cache
-xcache.var_size =              0
+xcache.var_size  =             0
 xcache.var_count =             1
 xcache.var_slots =            8K
+; default ttl
+xcache.var_ttl   =             0
+xcache.var_maxttl   =          0
+xcache.var_gc_interval =     300
 
 xcache.test =                Off
