tree: 5b03d460098b2fc122a25990434228048e66d6e8 [path history] [tgz]
  1. test/
  2. CMakeLists.txt
  3. common.cc
  4. common.h
  5. configs.cc
  6. configs.h
  7. evaluate.cc
  8. evaluate.h
  9. fetch.cc
  10. fetch.h
  11. fetch_policy.cc
  12. fetch_policy.h
  13. fetch_policy_lru.cc
  14. fetch_policy_lru.h
  15. fetch_policy_simple.cc
  16. fetch_policy_simple.h
  17. headers.cc
  18. headers.h
  19. pattern.cc
  20. pattern.h
  21. plugin.cc
  22. README.md
plugins/prefetch/README.md

Description

The purpose of the plugin is to increase the cache-hit ratio for a sequence of objects which URL paths follow a common pattern.

Documentation

Details and examples can be found in prefetch plugin documentation.