aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid_cache.xml')
-rw-r--r--packages/squid_cache.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/packages/squid_cache.xml b/packages/squid_cache.xml
index 8741f319..33fc5f5e 100644
--- a/packages/squid_cache.xml
+++ b/packages/squid_cache.xml
@@ -2,7 +2,7 @@
<packagegui>
<name>squidcache</name>
- <title>Services: Squid Advanced Proxy</title>
+ <title>Services: Proxy Server -> Cache Management</title>
<configpath>installedpackages->package->squidcache->configuration->settings</configpath>
<aftersaveredirect>/pkg_edit.php?xml=squid_cache.xml&amp;id=0</aftersaveredirect>
@@ -34,16 +34,15 @@
<url>/pkg_edit.php?xml=squid_traffic.xml&amp;id=0</url>
</tab>
- <!-- <tab>
- <text>Authentication Settings</text>
- <url>/pkg_edit.php?xml=squidauth.xml&amp;id=0</url>
+ <tab>
+ <text>Auth Settings</text>
+ <url>/pkg_edit.php?xml=squid_auth.xml&amp;id=0</url>
</tab>
<tab>
- <text>Users</text>
- <url>/pkg_edit.php?xml=squidusers.xml&amp;id=0</url>
+ <text>Extended Auth Settings</text>
+ <url>/pkg.php?xml=squid_extauth.xml&amp;id=0</url>
</tab>
- -->
</tabs>
<fields>
@@ -103,7 +102,7 @@
<description>The memory replacement policy determines which objects are purged from memory when space is needed. The default policy for memory replacement is GSDF. &lt;p&gt; &lt;b&gt; LRU: Last Recently Used Policy &lt;/b&gt; - The LRU policies keep recently referenced objects. i.e., it replaces the object that has not been accessed for the longest time. &lt;p&gt; &lt;b&gt; Heap GSDF: Greedy-Dual Size Frequency &lt;/b&gt; - The Heap GSDF policy optimizes object-hit rate by keeping smaller, popular objects in cache. It achieves a lower byte hit rate than LFUDA though, since it evicts larger (possibly popular) objects. &lt;p&gt; &lt;b&gt; Heap LFUDA: Least Frequently Used with Dynamic Aging &lt;/b&gt; - The Heap LFUDA policy keeps popular objects in cache regardless of their size and thus optimizes byte hit rate at the expense of hit rate since one large, popular object will prevent many smaller, slightly less popular objects from being cached. &lt;p&gt; &lt;b&gt; Heap LRU: Last Recently Used &lt;/b&gt; - Works like LRU, but uses a heap instead. &lt;p&gt; Note: If using the LFUDA replacement policy, the value of Maximum Object Size should be increased above its default of 4096 KB to maximuze the potential byte hit rate improvement of LFUDA.</description>
<type>select</type>
<options>
- <option><name>LRU</name><value>LRU</value></option>
+ <option><name>LRU</name><value>lru</value></option>
<option><name>Heap LFUDA</name><value>heap LFUDA</value></option>
<option><name>Heap GDSF</name><value>heap GSDF</value></option>
<option><name>Heap LRU</name><value>heap LRU</value></option>
@@ -113,10 +112,10 @@
<field>
<fielddescr>Cache Replacement Policy</fielddescr>
<fieldname>cache_replacement</fieldname>
- <description>The cache replacement policy decides which objects will remain in cache and which objects are replaced to create space for the new objects. The default policy for cache replacement is LFUDA.</description>
+ <description>The cache replacement policy decides which objects will remain in cache and which objects are replaced to create space for the new objects. The default policy for cache replacement is LFUDA. Please see the type descriptions specified in the memory replacement policy for additional detail.</description>
<type>select</type>
<options>
- <option><name>LRU</name><value>LRU</value></option>
+ <option><name>LRU</name><value>lru</value></option>
<option><name>Heap LFUDA</name><value>heap LFUDA</value></option>
<option><name>Heap GDSF</name><value>heap GSDF</value></option>
<option><name>Heap LRU</name><value>heap LRU</value></option>