Added instructions to README.

This commit is contained in:
Erik C. Thauvin 2017-05-21 21:20:46 -07:00
parent 8a56ff7a03
commit bad9de0481

View file

@ -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). 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
```