public class RepositorySettings<T>
Public Class RepositorySettings(Of T)generic<typename T>
public ref class RepositorySettingstype RepositorySettings<'T> = class end| CacheBehavior | EnableCaching to enable caching; DisableCaching to disable caching |
| CacheDuration | How long the repository should cache top-level entities for. Recommended range is between 5 minutes and 48 hours. If not specified, defaults to 60 minutes. |
| CacheDurationForConfigurableLists | How long the repository should cache configurable lists for. If not specified, defaults to 120 minutes. |
| FilterPredicate | A filter to limit which entities are returned from this repository. |
| SubEntityFetchPlan | How the repository should go about fetching sub-entities for properties that are marked for automatic fetching by way of the NetForumSubEntityCollectionAttribute |
| ValueTypeProviderSettings |
Settings used to initialize the repository's predefined ValueTypeProvider property
Obsolete. |