• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.incH A D29-Oct-20211.1 KiB2811

README.mdH A D29-Oct-2021278 95

common.ccH A D29-Oct-20211.5 KiB6029

common.hH A D29-Oct-20212.4 KiB6933

configs.ccH A D29-Oct-20215.4 KiB173112

configs.hH A D29-Oct-20213.5 KiB200136

fetch.ccH A D29-Oct-202119.8 KiB740577

fetch.hH A D29-Oct-20216.7 KiB203132

fetch_policy.ccH A D29-Oct-20211.7 KiB5828

fetch_policy.hH A D29-Oct-20211.9 KiB6733

fetch_policy_lru.ccH A D29-Oct-20213.9 KiB14282

fetch_policy_lru.hH A D29-Oct-20212.8 KiB10659

fetch_policy_simple.ccH A D29-Oct-20211.7 KiB8148

fetch_policy_simple.hH A D29-Oct-20211.4 KiB4716

headers.ccH A D29-Oct-20216.2 KiB214118

headers.hH A D29-Oct-20211.3 KiB326

pattern.ccH A D29-Oct-202112 KiB467285

pattern.hH A D29-Oct-20213.1 KiB9350

plugin.ccH A D29-Oct-202123.5 KiB758518

README.md

1# Description
2
3The purpose of the plugin is to increase the cache-hit ratio for a sequence of
4objects which URL paths follow a common pattern.
5
6# Documentation
7Details and examples can be found in [prefetch plugin documentation](../../doc/admin-guide/plugins/prefetch.en.rst).
8
9