You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/08/12 18:25:32 UTC

trafficserver git commit: doc: link the cache promotion plugin

Repository: trafficserver
Updated Branches:
  refs/heads/master d2ba4f105 -> d0cc04c2b


doc: link the cache promotion plugin


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d0cc04c2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d0cc04c2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d0cc04c2

Branch: refs/heads/master
Commit: d0cc04c2b75fa23437637a92db12d621fe5bf3b7
Parents: d2ba4f1
Author: James Peach <jp...@apache.org>
Authored: Wed Aug 12 09:25:08 2015 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Aug 12 09:25:08 2015 -0700

----------------------------------------------------------------------
 doc/reference/plugins/index.en.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d0cc04c2/doc/reference/plugins/index.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/index.en.rst b/doc/reference/plugins/index.en.rst
index 0e43b87..be5b762 100644
--- a/doc/reference/plugins/index.en.rst
+++ b/doc/reference/plugins/index.en.rst
@@ -67,6 +67,8 @@ directory of the Apache Traffic Server source tree. Experimental plugins can be
   Background Fetch Plugin: allows you to proactively fetch content from Origin in a way that it will fill the object into cache <background_fetch.en>
   Balancer Plugin: balances requests across multiple origin servers <balancer.en>
   Buffer Upload Plugin: buffers POST data before connecting to the Origin server <buffer_upload.en>
+  Cache Promotion: provides additional control over when an object should be
+  allowed into the cache <cache_promote.en>
   Combohandler Plugin: provides an intelligent way to combine multiple URLs into a single URL, and have Apache Traffic Server combine the components into one response <combo_handler.en>
   Epic Plugin: emits Traffic Server metrics in a format that is consumed tby the Epic Network Monitoring System <epic.en>
   ESI Plugin: implements the ESI specification <esi.en>