|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationExpiryTimeCache
public class ConfigurationExpiryTimeCache
Expiring cache settings.
Constructor Summary | |
---|---|
ConfigurationExpiryTimeCache(double maxAgeSeconds,
double purgeIntervalSeconds,
ConfigurationCacheReferenceType cacheReferenceType)
Ctor. |
Method Summary | |
---|---|
ConfigurationCacheReferenceType |
getCacheReferenceType()
Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache. |
double |
getMaxAgeSeconds()
Returns the maximum age in seconds. |
double |
getPurgeIntervalSeconds()
Returns the purge interval length. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationExpiryTimeCache(double maxAgeSeconds, double purgeIntervalSeconds, ConfigurationCacheReferenceType cacheReferenceType)
maxAgeSeconds
- is the maximum age in secondspurgeIntervalSeconds
- is the purge intervalcacheReferenceType
- the reference type may allow garbage collection to remove entries from
cache unless HARD reference type indicates otherwiseMethod Detail |
---|
public double getMaxAgeSeconds()
public double getPurgeIntervalSeconds()
public ConfigurationCacheReferenceType getCacheReferenceType()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |