Click or drag to resize

ConfigurationCommonMethodRefSetExpiryTimeCache Method

Overload List
  NameDescription
Public methodSetExpiryTimeCache(Double, Double)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.

Specifies the cache reference type to be weak references. Weak reference cache entries become eligible for garbage collection and are removed from cache when the garbage collection requires so.

Public methodSetExpiryTimeCache(Double, Double, CacheReferenceType)
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds. Also allows setting the reference type indicating whether garbage collection may remove entries from cache.
Top
See Also