Chili.Opf3 Send comments on this topic.
SimpleCacheManager Class Properties
See Also 
Chili.Opf3.Caching Namespace : SimpleCacheManager Class


For a list of all members of this type, see SimpleCacheManager members.

Public Properties

 NameDescription
Public PropertyExtendDurationOnMultipleAdd Gets or sets whether to extend the cache duration of an existing item if added a second time. If true on a second add the cache duration of the existing object is extended.  
Public PropertyExtendDurationOnRequest Gets or sets whether to extend the cache duration on a cache request. If true each request of a persistent or query extends the cache duration for the specified time span.  
Public PropertyFetchFromStorageIfNull Gets or sets whether to fetch the persistent from storage if not found in cache.  
Public PropertyPersistentsDefaultDuration Gets or sets the default cache duration for a cached persistent.  
Public PropertyQueriesDefaultDuration Gets or sets the default cache duration for a cached query.  
Top

See Also