XLL+ Class Library (7.0)

PersistentHandleCache<T>::GetMaxSavedItemAge

Returns the value of the MaxSavedItemAge property.

long GetMaxSavedItemAge( ) const;

Return Value

The maximum age of an object in seconds. Any objects which have been unused for this time or longer will be purged from the cache when it is saved. If the value is 0 or negative, then objects will not be limited with regard to age.

Requirements

Header: rtdhandles.h

See Also

PersistentHandleCache<T> Class | PersistentHandleCache<T> Methods | SetMaxSavedItemAge