 | ConfigurationCommonCacheExpiryTime Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic ConfigurationCommonCacheExpiryTime(
double maxAgeSeconds,
double purgeIntervalSeconds,
CacheReferenceType cacheReferenceType
)
Parameters
- maxAgeSeconds
- Type: SystemDouble
is the maximum age in seconds - purgeIntervalSeconds
- Type: SystemDouble
is the purge interval - cacheReferenceType
- Type: com.espertech.esper.common.client.utilCacheReferenceType
the reference type may allow garbage collection to remove entries fromcache unless HARD reference type indicates
otherwise
See Also