From bad9de0481bf1ddf299923f5e5df195f11f62f96 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 21 May 2017 21:20:46 -0700 Subject: [PATCH] Added instructions to README. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc6b28..e6cc59e 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -Modified version of [OpenSymphony's OSCache](https://bitbucket.org/opensymphony/oscache/) with support for automatically generating keys that take in consideration the server port (HTTP, HTTPS). \ No newline at end of file +Modified version of [OpenSymphony's OSCache](https://bitbucket.org/opensymphony/oscache/) with support for automatically generating keys that take in consideration the server port (HTTP, HTTPS). + +To enable add the following to `oscache.properties`: + +```ini +cache.use.host.domain.in.key=true +``` +