Go to file
Stephen Connolly f3b01b2d42 Add an optional caching mechanism for loadUserByUsername and loadGroupByGroupname
- Caching is usually not recommended
- Where the LDAP server is slow, or rate-limits clients however, by trading off memory required on the master JVM
  improved performance can be observed with caching enabled.
- Large long-TTL caches will most likely require the JVM memory on the master be increased to compensate for the cache population
2013-04-24 12:42:25 +01:00
src Add an optional caching mechanism for loadUserByUsername and loadGroupByGroupname 2013-04-24 12:42:25 +01:00
.gitignore update .gitignore 2013-04-24 12:35:40 +01:00
pom.xml