ClientCache(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the ClientCache with a configurable cache size.
public ClientCache(int maxSize);
new System.ClientModel.Primitives.ClientCache : int -> System.ClientModel.Primitives.ClientCache
Public Sub New (maxSize As Integer)
Parameters
- maxSize
- Int32
The maximum number of clients to store in the cache.