public static class DirectoryListCache.Config extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_ENTRY_AGE_MILLIS_DEFAULT |
static long |
MAX_INFO_AGE_MILLIS_DEFAULT |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxEntryAgeMillis()
Getter for maxEntryAgeMillis.
|
long |
getMaxInfoAgeMillis()
Getter for maxInfoAgeMillis.
|
DirectoryListCache.Config |
setMaxEntryAgeMillis(long maxEntryAgeMillis)
Setter for maxEntryAgeMillis.
|
DirectoryListCache.Config |
setMaxInfoAgeMillis(long maxInfoAgeMillis)
Setter for maxInfoAgeMillis.
|
public static final long MAX_ENTRY_AGE_MILLIS_DEFAULT
public static final long MAX_INFO_AGE_MILLIS_DEFAULT
public long getMaxEntryAgeMillis()
public DirectoryListCache.Config setMaxEntryAgeMillis(long maxEntryAgeMillis)
public long getMaxInfoAgeMillis()
public DirectoryListCache.Config setMaxInfoAgeMillis(long maxInfoAgeMillis)
Copyright © 2016. All rights reserved.