Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual CacheItemPolicy GetCacheItemPolicy(
ChangeMonitor monitor,
string objectCacheName = null
)
public:
virtual CacheItemPolicy^ GetCacheItemPolicy(
ChangeMonitor^ monitor,
String^ objectCacheName = null
)
abstract GetCacheItemPolicy :
monitor:ChangeMonitor *
objectCacheName:string = null -> CacheItemPolicy
override GetCacheItemPolicy :
monitor:ChangeMonitor *
objectCacheName:string = null -> CacheItemPolicy
Public Overridable Function GetCacheItemPolicy (
monitor As ChangeMonitor,
objectCacheName As String
) As CacheItemPolicy
Parameters
- monitor
Type: System.Runtime.Caching.ChangeMonitor
- objectCacheName
Type: System.String
Return Value
Type: System.Runtime.Caching.CacheItemPolicy
Type: CacheItemPolicy.
See Also
GetCacheItemPolicy Overload
ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright