@Service public class CacheProperties extends Object implements org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
CacheProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheIdleTimeoutInSeconds() |
int |
getMaxCacheSize() |
int |
getNumberOfVictimsToSelect() |
String |
getPassivationStorePath() |
int |
getRemovalTimeoutInSeconds() |
String |
getVictimSelectionPolicy() |
void |
init(EjbDescriptor desc) |
void |
postConstruct() |
String |
toString() |
protected static final Logger _logger
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void init(EjbDescriptor desc)
public int getMaxCacheSize()
public int getNumberOfVictimsToSelect()
public int getCacheIdleTimeoutInSeconds()
public int getRemovalTimeoutInSeconds()
public String getVictimSelectionPolicy()
public String getPassivationStorePath()
Copyright © 2017. All rights reserved.