' Options: 'Date: 2026-06-13 13:15:10 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://riskstoreng-dev.nephila.com/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: SetShouldCachePerspective.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Nephila.RiskStore.ServiceModel.Requests Namespace Global Namespace Nephila.RiskStore.ServiceModel.Requests Public Partial Class SetShouldCachePerspective Implements IPost ''' '''The perspective ids to set the should cache flag ''' Public Overridable Property PerspectiveIds As List(Of Integer) = New List(Of Integer) ''' '''Set to true to force cache reload (event sets etc...) ''' Public Overridable Property RefreshCache As Boolean End Class End Namespace End Namespace