Changeset 114 for trunk/xcache.ini
- Timestamp:
- 2006-08-30T02:31:03+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xcache.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.ini
r101 r114 26 26 ; just a hash hints, you can always store count(items) > slots 27 27 xcache.slots = 8K 28 ; ttl of the cache item, 0=forever 29 xcache.ttl = 0 30 ; interval of gc scanning expired items, 0=no scan, other values is in seconds 31 xcache.gc_interval = 0 28 32 29 33 ; same as aboves but for variable cache 30 xcache.var_size =034 xcache.var_size = 0 31 35 xcache.var_count = 1 32 36 xcache.var_slots = 8K 37 ; default ttl 38 xcache.var_ttl = 0 39 xcache.var_maxttl = 0 40 xcache.var_gc_interval = 300 33 41 34 42 xcache.test = Off
Note: See TracChangeset
for help on using the changeset viewer.

