Interface CacheConfig
public interface CacheConfig
-
Method Summary
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If set to true, request to the LDAP server are cached -
maxAge
The duration that an entry can stay in the cache -
size
@WithDefault("100") int size()The maximum number of entries to keep in the cache -
toString
String toString()
-