Skip to content
#

user-agent-parser

Here are 47 public repositories matching this topic...

arditti
arditti commented Feb 3, 2020

According to the documentation, in order to start using the LRU cache, the following line should be added:
udgerParser.setCacheEnable()
While debugging it, and saw it doesn't affect the response nor the response time, I discovered that the following line should be added instead:
udgerParser.setCacheEnable(true)

digging into the source-code support my findings:
`/**
* Activate cach

Improve this page

Add a description, image, and links to the user-agent-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the user-agent-parser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.