프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / bin / Debug / Leadtools.Caching.xml @ 787a4489

이력 | 보기 | 이력해설 | 다운로드 (53 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<doc>
3
  <assembly>
4
    <name>Leadtools.Caching</name>
5
  </assembly>
6
  <members>
7
    <member name="T:Leadtools.Caching.CacheItem">
8
      <summary>Specifies a cache entry.</summary>
9
    </member>
10
    <member name="M:Leadtools.Caching.CacheItem.#ctor">
11
      <summary>Initializes a new instance of CacheItem.</summary>
12
    </member>
13
    <member name="M:Leadtools.Caching.CacheItem.#ctor">
14
      <summary>Initializes a new instance of CacheItem with the specified key.</summary>
15
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
16
    </member>
17
    <member name="M:Leadtools.Caching.CacheItem.#ctor">
18
      <summary>Initializes a new instance of CacheItem with the specified key and value.</summary>
19
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
20
      <param name="value">The data for this cache entry. This value will be stored in Value.</param>
21
    </member>
22
    <member name="M:Leadtools.Caching.CacheItem.#ctor">
23
      <summary>Initializes a new instance of CacheItem with the specified key and value and region.</summary>
24
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
25
      <param name="value">The data for this cache entry. This value will be stored in Value.</param>
26
      <param name="regionName">The name of the region in the cache. This value will be stored in RegionName.</param>
27
    </member>
28
    <member name="M:Leadtools.Caching.CacheItem.ToGeneric">
29
      <summary>Creates a generic version of this class.</summary>
30
      <returns>Generic version of this class.</returns>
31
    </member>
32
    <member name="P:Leadtools.Caching.CacheItem.Key">
33
      <summary>The unique identifier for this CacheItem.</summary>
34
      <value>The unique identifier for this CacheItem. Default value is **null**.</value>
35
    </member>
36
    <member name="P:Leadtools.Caching.CacheItem.RegionName">
37
      <summary>Name of the region in the cache for this CacheItem.</summary>
38
      <value>The name of the region in the cache for this CacheItem. Default value is **null**.</value>
39
    </member>
40
    <member name="P:Leadtools.Caching.CacheItem.Value">
41
      <summary>Data for this CacheItem.</summary>
42
      <value>The data for this CacheItem. Default value is **null**.</value>
43
    </member>
44
    <member name="T:Leadtools.Caching.CacheItemExpiredEventArgs">
45
      <summary>Data for ObjectCache.CacheItemExpired event.</summary>
46
    </member>
47
    <member name="M:Leadtools.Caching.CacheItemExpiredEventArgs.#ctor">
48
      <summary>Creates a new instance of CacheItemExpiredEventArgs</summary>
49
    </member>
50
    <member name="P:Leadtools.Caching.CacheItemExpiredEventArgs.Key">
51
      <summary>The expired item key.</summary>
52
      <value>The expired item key.</value>
53
    </member>
54
    <member name="P:Leadtools.Caching.CacheItemExpiredEventArgs.RegionName">
55
      <summary>The expired item region name.</summary>
56
      <value>The expired item region name.</value>
57
    </member>
58
    <member name="T:Leadtools.Caching.CacheItemExpiringEventArgs">
59
      <summary>Data for ObjectCache.CacheItemExpiring event.</summary>
60
    </member>
61
    <member name="M:Leadtools.Caching.CacheItemExpiringEventArgs.#ctor">
62
      <summary>Creates a new instance of CacheItemExpiringEventArgs</summary>
63
    </member>
64
    <member name="P:Leadtools.Caching.CacheItemExpiringEventArgs.Abort">
65
      <summary>Indicates whether the operation should be aborted.</summary>
66
      <value>**true** to abort the current operation, otherwise; **false**. Default value is **false.**</value>
67
    </member>
68
    <member name="P:Leadtools.Caching.CacheItemExpiringEventArgs.Key">
69
      <summary>The expiring item key.</summary>
70
      <value>The expiring item key.</value>
71
    </member>
72
    <member name="P:Leadtools.Caching.CacheItemExpiringEventArgs.RegionName">
73
      <summary>The expiring item region name.</summary>
74
      <value>The expiring item region name.</value>
75
    </member>
76
    <member name="T:Leadtools.Caching.CacheItemPolicy">
77
      <summary>Defines the expiration details of a cache entry.</summary>
78
    </member>
79
    <member name="M:Leadtools.Caching.CacheItemPolicy.#ctor">
80
      <summary>Initializes a new instance of CacheItemPolicy with default parameters.</summary>
81
    </member>
82
    <member name="M:Leadtools.Caching.CacheItemPolicy.Clone">
83
      <summary>Creates an exact copy of this CacheItemPolicy</summary>
84
      <returns>The result object.</returns>
85
    </member>
86
    <member name="P:Leadtools.Caching.CacheItemPolicy.AbsoluteExpiration">
87
      <summary>Indicates whether the cache entry should be deleted after a specified duration.</summary>
88
      <value>The period of time that must pass before a cache entry is deleted. The default value is InfiniteAbsoluteExpiration, meaning</value>
89
    </member>
90
    <member name="P:Leadtools.Caching.CacheItemPolicy.SlidingExpiration">
91
      <summary>Indicates whether the cache entry should be deleted if it has not been accessed in a given span of time.</summary>
92
      <value>The time span which the cache entry must be accessed before the cache entry is deleted from the cache. The default is</value>
93
    </member>
94
    <member name="T:Leadtools.Caching.CacheItem`1">
95
      <summary>Specifies a generic cache entry.</summary>
96
    </member>
97
    <member name="M:Leadtools.Caching.CacheItem`1.#ctor">
98
      <summary>Initializes a new instance of CacheItem\&lt;T\&gt;.</summary>
99
    </member>
100
    <member name="M:Leadtools.Caching.CacheItem`1.#ctor">
101
      <summary>Initializes a new instance of CacheItem\&lt;T\&gt; with the specified key.</summary>
102
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
103
    </member>
104
    <member name="M:Leadtools.Caching.CacheItem`1.#ctor">
105
      <summary>Initializes a new instance of CacheItem\&lt;T\&gt; with the specified key and value.</summary>
106
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
107
      <param name="value">The data for this cache entry. This value will be stored in Value.</param>
108
    </member>
109
    <member name="M:Leadtools.Caching.CacheItem`1.#ctor">
110
      <summary>Initializes a new instance of CacheItem\&lt;T\&gt; with the specified key and value and region.</summary>
111
      <param name="key">Unique identifier for this cache entry. This value will be stored in Key.</param>
112
      <param name="value">The data for this cache entry. This value will be stored in Value.</param>
113
      <param name="regionName">The name of the region in the cache. This value will be stored in RegionName.</param>
114
    </member>
115
    <member name="M:Leadtools.Caching.CacheItem`1.ToNonGeneric">
116
      <summary>Creates a non generic version of this class.</summary>
117
      <returns>Non generic version of this class.</returns>
118
    </member>
119
    <member name="P:Leadtools.Caching.CacheItem`1.Key">
120
      <summary>The unique identifier for this CacheItem\&lt;T\&gt;.</summary>
121
      <value>The unique identifier for this CacheItem\&lt;T\&gt;. Default value is **null**.</value>
122
    </member>
123
    <member name="P:Leadtools.Caching.CacheItem`1.RegionName">
124
      <summary>Name of the region in the cache for this CacheItem\&lt;T\&gt;.</summary>
125
      <value>The name of the region in the cache for this CacheItem\&lt;T\&gt;. Default value is **null**.</value>
126
    </member>
127
    <member name="P:Leadtools.Caching.CacheItem`1.Value">
128
      <summary>Data for this CacheItem\&lt;T\&gt;.</summary>
129
      <value>The data for this CacheItem\&lt;T\&gt;. Default value is **null**.</value>
130
    </member>
131
    <member name="T:Leadtools.Caching.CacheStatistics">
132
      <summary>Statistics for the cache.</summary>
133
    </member>
134
    <member name="M:Leadtools.Caching.CacheStatistics.#ctor">
135
      <summary>Initializes a new instance of CacheStatistics.</summary>
136
    </member>
137
    <member name="P:Leadtools.Caching.CacheStatistics.ExpiredItems">
138
      <summary>Total number of items in the cache that have expired.</summary>
139
      <value>The total number of items in the cache that have expired. This will be a number greater than 0 and less than or equal to Items.</value>
140
    </member>
141
    <member name="P:Leadtools.Caching.CacheStatistics.Items">
142
      <summary>Total number of items in the cache in all regions.</summary>
143
      <value>The total number of items in the cache in all regions. If this is the cache used by the LEADTOOLS Document Viewer then an item can be a page raster image, thumbnail,</value>
144
    </member>
145
    <member name="P:Leadtools.Caching.CacheStatistics.Regions">
146
      <summary>Number of current regions in the cache.</summary>
147
      <value>The number of current regions in the cache. If this is the cache used by the LEADTOOLS Document Viewer then each region represents a document.</value>
148
    </member>
149
    <member name="T:Leadtools.Caching.FileCache">
150
      <summary>Represents LEADTOOLS support for a file cache.</summary>
151
    </member>
152
    <member name="M:Leadtools.Caching.FileCache.#ctor">
153
      <summary>Initializes a new instance of FileCache.</summary>
154
    </member>
155
    <member name="M:Leadtools.Caching.FileCache.AddOrGetExisting`1(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
156
      <summary>Adds a cache entry into the cache, and returns an existing cache entry with a matching key.</summary>
157
      <param name="item">Cache item to add.</param>
158
      <param name="policy">Expiration policy for the item.</param>
159
      <returns>The previous cache entry that matches the specified key, if found.</returns>
160
    </member>
161
    <member name="M:Leadtools.Caching.FileCache.BeginAdd(System.String,System.String)">
162
      <summary>Begins adding a new cache item.</summary>
163
      <param name="key">Unique item identifier.</param>
164
      <param name="regionName">Optional region (sub-directory) name.</param>
165
      <returns>Returns the path to the physical file that will hold the data for the item on disk.</returns>
166
    </member>
167
    <member name="M:Leadtools.Caching.FileCache.BeginAddExternalResource(System.String,System.String,System.Boolean)">
168
      <summary>Begins adding a new cache item.</summary>
169
      <param name="key">Unique item identifier.</param>
170
      <param name="regionName">Optional region name.</param>
171
      <param name="readWrite"></param>
172
      <returns>Returns URI to the path holding the data for the item.</returns>
173
    </member>
174
    <member name="M:Leadtools.Caching.FileCache.CheckPolicies">
175
      <summary>Checks the policy of all items in the cache and purge any item that has been expired.</summary>
176
    </member>
177
    <member name="M:Leadtools.Caching.FileCache.CheckPolicy(System.String,System.String)">
178
      <summary>Checks the policy of an existing cache item or items in a region and purge it if it has expired.</summary>
179
      <param name="key">Unique item identifier. If this value is **null** then all the items that belong to regionName</param>
180
      <param name="regionName">Optional region (sub-directory) name. If this value is **null** then all the items in the cache</param>
181
      <returns>This method checks the policy of the item if found. It its absolute or sliding expiration date is met, then it will be purged from the cache.</returns>
182
    </member>
183
    <member name="M:Leadtools.Caching.FileCache.Contains(System.String,System.String)">
184
      <summary>Checks whether the specified cache entry exists in the cache.</summary>
185
      <param name="key">Unique identifier of the cache item.</param>
186
      <param name="regionName">Optional name of a region in cache.</param>
187
      <returns>Target Platforms</returns>
188
    </member>
189
    <member name="M:Leadtools.Caching.FileCache.DeleteItem(System.String,System.String)">
190
      <summary>Deletes the specified item from the cache.</summary>
191
      <param name="key">Cache item key to delete</param>
192
      <param name="regionName">Optional region name.</param>
193
    </member>
194
    <member name="M:Leadtools.Caching.FileCache.DeleteRegion(System.String)">
195
      <summary>Deletes the specified region and all its data.</summary>
196
      <param name="regionName">region (sub-directory) name. This value cannot be **null**.</param>
197
    </member>
198
    <member name="M:Leadtools.Caching.FileCache.EndAdd(System.Boolean,System.String,Leadtools.Caching.CacheItemPolicy,System.String)">
199
      <summary>Ends adding a new cache item and commit the changes.</summary>
200
      <param name="commit"></param>
201
      <param name="key">Unique item identifier.</param>
202
      <param name="policy">Expiration policy to use with this item.</param>
203
      <param name="regionName">Optional region (sub-directory) name.</param>
204
    </member>
205
    <member name="M:Leadtools.Caching.FileCache.EndAddExternalResource`1(System.Boolean,System.String,T,Leadtools.Caching.CacheItemPolicy,System.String)">
206
      <summary>Ends adding a new cache item and commit the changes.</summary>
207
      <param name="commit"></param>
208
      <param name="key">Unique item identifier.</param>
209
      <param name="value">Data for the cache item.</param>
210
      <param name="policy">Expiration policy to use with this item.</param>
211
      <param name="regionName">Optional region name.</param>
212
    </member>
213
    <member name="M:Leadtools.Caching.FileCache.EnumerateKeys(System.String,Leadtools.Caching.EnumerateCacheEntriesCallback)">
214
      <summary>Enumerates all the items in a region.</summary>
215
      <param name="region">Optional region name.</param>
216
      <param name="callback">Occurs for each item found in the region. The entry parameter of callback will contain</param>
217
    </member>
218
    <member name="M:Leadtools.Caching.FileCache.EnumerateRegions(Leadtools.Caching.EnumerateCacheEntriesCallback)">
219
      <summary>Enumerates all the regions in this cache.</summary>
220
      <param name="callback">Occurs for each region found in the cache. The entry parameter of callback will contain</param>
221
    </member>
222
    <member name="M:Leadtools.Caching.FileCache.GetCacheFilePath(System.String,System.String)">
223
      <summary>Path to the physical file holding the data for the specified item.</summary>
224
      <param name="key">Unique item identifier.</param>
225
      <param name="regionName">Optional region (sub-directory) name.</param>
226
      <returns>The physical file holding the data for the specified item.</returns>
227
    </member>
228
    <member name="M:Leadtools.Caching.FileCache.GetCacheItem`1(System.String,System.String)">
229
      <summary>Specified cache entry from the cache.</summary>
230
      <param name="key">Unique identifier of the cache item.</param>
231
      <param name="regionName">Optional name of a region in cache.</param>
232
      <returns>The cache item if found, otherwise; **null**.</returns>
233
    </member>
234
    <member name="M:Leadtools.Caching.FileCache.GetCacheUrl(System.String,System.String)">
235
      <summary>URI to the physical file holding the data for the specified item.</summary>
236
      <param name="key">Unique item identifier.</param>
237
      <param name="regionName">Optional region (sub-directory) name.</param>
238
      <returns>The URI to the file holding the data for the specified item.</returns>
239
    </member>
240
    <member name="M:Leadtools.Caching.FileCache.GetCount(System.String)">
241
      <summary>Total number of cache entries in the cache.</summary>
242
      <param name="regionName">Optional name of a region in cache.</param>
243
      <returns>The total number of cache entries found.</returns>
244
    </member>
245
    <member name="M:Leadtools.Caching.FileCache.GetEnumerator">
246
      <summary>Creates an enumerator that can be used to iterate through a collection of cache entries.</summary>
247
      <returns>An enumerator that can be used to iterate through a collection of cache entries.</returns>
248
    </member>
249
    <member name="M:Leadtools.Caching.FileCache.GetEnumerator(System.String)">
250
      <summary>Creates an enumerator that can be used to iterate through a collection of cache entries.</summary>
251
      <param name="regionName">Optional name of a region in cache.</param>
252
      <returns>An enumerator that can be used to iterate through a collection of cache entries.</returns>
253
    </member>
254
    <member name="M:Leadtools.Caching.FileCache.GetItemExternalResource(System.String,System.String,System.Boolean)">
255
      <summary>Get a URI to the cache item</summary>
256
      <param name="key">Unique item identifier.</param>
257
      <param name="regionName">Optional region name.</param>
258
      <param name="readWrite"></param>
259
      <returns>Returns URI to the path holding the data for the item.</returns>
260
    </member>
261
    <member name="M:Leadtools.Caching.FileCache.GetItemVirtualDirectoryUrl(System.String,System.String)">
262
      <summary>Gets a URI that provides HTTP GET access to data for the specified item.</summary>
263
      <param name="key">Unique item identifier.</param>
264
      <param name="regionName">Optional region (sub-directory) name.</param>
265
      <returns>The URI to the file holding the data for the specified item.</returns>
266
    </member>
267
    <member name="M:Leadtools.Caching.FileCache.GetStatistics">
268
      <summary>Returns a snapshot of the number of all items in the cache.</summary>
269
      <returns>A CacheStatistics object containing the current number of regions, items and expired items in the cache.</returns>
270
    </member>
271
    <member name="M:Leadtools.Caching.FileCache.GetStatistics(System.String,System.String)">
272
      <summary>Returns a snapshot of the number of items in the specified region.</summary>
273
      <param name="key">Key name. If this parameter is not **null**, then this method will return information on this item only. This can be used to check</param>
274
      <param name="">is returned.</param>
275
      <param name="regionName">Region name. If this value is not **null**, then this method will return information on the items in this region. If this</param>
276
      <param name=""></param>
277
      <returns>A CacheStatistics object containing the current number of regions, items and expired items in the cache.</returns>
278
    </member>
279
    <member name="M:Leadtools.Caching.FileCache.GetValues(System.Collections.Generic.IEnumerable&lt;string&gt;,System.String)">
280
      <summary>Cache entries that corresponds the specified keys.</summary>
281
      <param name="keys">Collection of unique identifies.</param>
282
      <param name="regionName">Optional name of a region in cache.</param>
283
      <returns>Dictionary of key/value pair found.</returns>
284
    </member>
285
    <member name="M:Leadtools.Caching.FileCache.Remove`1(System.String,System.String)">
286
      <summary>Removes an entry from the cache.</summary>
287
      <param name="key">Unique identifier of the cache item.</param>
288
      <param name="regionName">Optional name of a region in cache.</param>
289
      <returns>The value of the item removed from the cache if found, otherwise; **null**.</returns>
290
    </member>
291
    <member name="M:Leadtools.Caching.FileCache.RemoveItemExternalResource(System.String,System.String)">
292
      <summary>Removes the external resource URI associated with the specified cache item</summary>
293
      <param name="key">Unique item identifier.</param>
294
      <param name="regionName">Optional region name.</param>
295
    </member>
296
    <member name="M:Leadtools.Caching.FileCache.UpdateCacheItem`1(Leadtools.Caching.CacheItem&lt;T&gt;)">
297
      <summary>Update an existing item in the cache.</summary>
298
      <param name="item">Item to update. Must not be **null**.</param>
299
      <returns>Target Platforms</returns>
300
    </member>
301
    <member name="M:Leadtools.Caching.FileCache.UpdatePolicy(System.String,Leadtools.Caching.CacheItemPolicy,System.String)">
302
      <summary>Update the policy of an existing cache item.</summary>
303
      <param name="key">Unique item identifier.</param>
304
      <param name="policy">New expiration policy to use with this item.</param>
305
      <param name="regionName">Optional region (sub-directory) name.</param>
306
    </member>
307
    <member name="M:Leadtools.Caching.FileCache.GetRegionName(System.String)">
308
      <summary>Actual region name.</summary>
309
      <param name="regionName">Region name (sub-directory)</param>
310
      <returns>The actual region name.</returns>
311
    </member>
312
    <member name="M:Leadtools.Caching.FileCache.OnCacheItemExpired(Leadtools.Caching.CacheItemExpiredEventArgs)">
313
      <summary>Overrides OnCacheItemExpired.</summary>
314
      <param name="e">Event data.</param>
315
    </member>
316
    <member name="M:Leadtools.Caching.FileCache.OnCacheItemExpiring(Leadtools.Caching.CacheItemExpiringEventArgs)">
317
      <summary>Overrides OnCacheItemExpiring.</summary>
318
      <param name="e">Event data.</param>
319
    </member>
320
    <member name="P:Leadtools.Caching.FileCache.AccessTimeout">
321
      <summary>Determines how long to wait between file access errors before an exception is thrown.</summary>
322
      <value>A value that determines how long to wait between file access errors before an exception is thrown. Default value is 4 seconds.</value>
323
    </member>
324
    <member name="P:Leadtools.Caching.FileCache.Binder">
325
      <summary>Binder to use when serializing cache items.</summary>
326
      <value>The binder to use when serializing cache items. Default value is **null**.</value>
327
    </member>
328
    <member name="P:Leadtools.Caching.FileCache.CacheDirectory">
329
      <summary>Location in the file system to use for storing cache items.</summary>
330
      <value>The location in the file system to use for storing cache items. Default value is **null**.</value>
331
    </member>
332
    <member name="P:Leadtools.Caching.FileCache.CacheVirtualDirectory">
333
      <summary>Location in a web server to use for storing cache items.</summary>
334
      <value>The location in a web server to use for storing cache items. Default value is **null**.</value>
335
    </member>
336
    <member name="P:Leadtools.Caching.FileCache.DataSerializationMode">
337
      <summary>Determines the type of serialization to use when the data is saved into the cache.</summary>
338
      <value>The type of serialization to use when the data is saved into the cache. The default value is</value>
339
    </member>
340
    <member name="P:Leadtools.Caching.FileCache.DefaultCacheCapabilities">
341
      <summary>Capabilities of this cache.</summary>
342
      <value>This property returns</value>
343
    </member>
344
    <member name="P:Leadtools.Caching.FileCache.DefaultPolicy">
345
      <summary>Default policy when setting cache values using the properties and methods that do not use a region name.</summary>
346
      <value>The default policy when setting cache values using the indexer. Default value is **null**.</value>
347
    </member>
348
    <member name="P:Leadtools.Caching.FileCache.DefaultRegion">
349
      <summary>Name of the region to use when calling the properties and methods that do not use a region name.</summary>
350
      <value>The default policy when setting cache values using the indexer. Default value is **null**.</value>
351
    </member>
352
    <member name="P:Leadtools.Caching.FileCache.Item">
353
      <summary>The cache item.</summary>
354
      <value>The value associated with this cache entry.</value>
355
    </member>
356
    <member name="P:Leadtools.Caching.FileCache.Name">
357
      <summary>Unique name of this cache object</summary>
358
      <value>The unique name of this cache object. Returns "LeadFileCache"</value>
359
    </member>
360
    <member name="P:Leadtools.Caching.FileCache.PolicySerializationMode">
361
      <summary>Determines the type of serialization to use when the policy is saved into the cache.</summary>
362
      <value>The type of serialization to use when the policy is saved into the cache. The default value is</value>
363
    </member>
364
    <member name="T:Leadtools.Caching.ItemExpiredException">
365
      <summary>Exception thrown when a cache item is expired.</summary>
366
    </member>
367
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor">
368
      <summary>Initializes a new instance of the ItemExpiredException class with default values.</summary>
369
    </member>
370
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
371
      <summary>Initializes a new instance of the ItemExpiredException class with serialized data.</summary>
372
      <param name="info">The object that holds the serialized object data.</param>
373
      <param name="context">The contextual information about the source or destination.</param>
374
    </member>
375
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor">
376
      <summary>Initializes a new instance of the ItemExpiredException class with the specified error message.</summary>
377
      <param name="message">Message that describes the error.</param>
378
    </member>
379
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor">
380
      <summary>Initializes a new instance of the ItemExpiredException class with the specified error message and inner exception.</summary>
381
      <param name="message">Message that describes the error.</param>
382
      <param name="inner">The exception that caused the current error.</param>
383
    </member>
384
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor">
385
      <summary>Initializes a new instance of the ItemExpiredException class with the specified cache item identifier and region name.</summary>
386
      <param name="key">Cache item identifier.</param>
387
      <param name="regionName">Optional region name in the cache.</param>
388
    </member>
389
    <member name="M:Leadtools.Caching.ItemExpiredException.#ctor">
390
      <summary>Initializes a new instance of the ItemExpiredException class with the specified cache item identifier, region name and error message.</summary>
391
      <param name="key">Cache item identifier.</param>
392
      <param name="regionName">Optional region name in the cache.</param>
393
      <param name="message">Message that describes the error.</param>
394
    </member>
395
    <member name="M:Leadtools.Caching.ItemExpiredException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
396
      <summary>Overrides System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext).</summary>
397
      <param name="info">The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.</param>
398
      <param name="context">The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.</param>
399
    </member>
400
    <member name="P:Leadtools.Caching.ItemExpiredException.Key">
401
      <summary>Unique identifier of the cache item that has been expired.</summary>
402
      <value>The unique identifier of the cache item that has been expired.</value>
403
    </member>
404
    <member name="P:Leadtools.Caching.ItemExpiredException.Message">
405
      <summary>Message that describes the current exception.</summary>
406
      <value>A message that describes the current exception.</value>
407
    </member>
408
    <member name="P:Leadtools.Caching.ItemExpiredException.RegionName">
409
      <summary>Cache region name of the item that has been expired.</summary>
410
      <value>The region name of the item that has been expired. This value can be **null** if the item did not have a region in the cache.</value>
411
    </member>
412
    <member name="T:Leadtools.Caching.ObjectCache">
413
      <summary>Abstract class to provide cache support.</summary>
414
    </member>
415
    <member name="M:Leadtools.Caching.ObjectCache.#ctor">
416
      <summary>Initializes a new instance of ObjectCache</summary>
417
    </member>
418
    <member name="M:Leadtools.Caching.ObjectCache.Add(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
419
      <summary>Adds a new item into the cache using the default region</summary>
420
      <param name="item">Item to add.</param>
421
      <param name="policy">Expiration policy to use</param>
422
      <returns>key.</returns>
423
    </member>
424
    <member name="M:Leadtools.Caching.ObjectCache.Add(System.String,System.Object,Leadtools.Caching.CacheItemPolicy,System.String)">
425
      <summary>Adds a new item into the cache using the specified region name</summary>
426
      <param name="key">Unique identifier of the cache item.</param>
427
      <param name="value">Data for the cache item.</param>
428
      <param name="policy">Expiration policy to use</param>
429
      <param name="regionName">Optional name of a region in cache.</param>
430
      <returns>key.</returns>
431
    </member>
432
    <member name="M:Leadtools.Caching.ObjectCache.Add(System.String,System.Object,System.DateTime,System.String)">
433
      <summary>Adds a new item into the cache using the specified absolute expiration data and region name</summary>
434
      <param name="key">Unique identifier of the cache item.</param>
435
      <param name="value">Data for the cache item.</param>
436
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
437
      <param name="regionName">Optional name of a region in cache.</param>
438
      <returns>key.</returns>
439
    </member>
440
    <member name="M:Leadtools.Caching.ObjectCache.Add`1(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
441
      <summary>Adds a new item into the cache using the default region.</summary>
442
      <param name="item">Item to add.</param>
443
      <param name="policy">Expiration policy to use.</param>
444
      <returns>key.</returns>
445
    </member>
446
    <member name="M:Leadtools.Caching.ObjectCache.Add`1(System.String,T,Leadtools.Caching.CacheItemPolicy,System.String)">
447
      <summary>Adds a new item into the cache using the specified region name.</summary>
448
      <param name="key">Unique identifier of the cache item.</param>
449
      <param name="value">Data for the cache item.</param>
450
      <param name="policy">Expiration policy to use</param>
451
      <param name="regionName">Optional name of a region in cache.</param>
452
      <returns>key.</returns>
453
    </member>
454
    <member name="M:Leadtools.Caching.ObjectCache.Add`1(System.String,T,System.DateTime,System.String)">
455
      <summary>Adds a new item into the cache using the specified absolute expiration data and region name.</summary>
456
      <param name="key">Unique identifier of the cache item.</param>
457
      <param name="value">Data for the cache item.</param>
458
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
459
      <param name="regionName">Optional name of a region in cache.</param>
460
      <returns>key.</returns>
461
    </member>
462
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
463
      <summary>Adds a cache entry into the cache, and returns an existing cache entry with a matching key.</summary>
464
      <param name="item">Cache item to add.</param>
465
      <param name="policy">Expiration policy for the item.</param>
466
      <returns>The previous cache entry that matches the specified key, if found. If the cache contains an item with the same key, then it will be returned before it is overwritten. Otherwise, **null**.</returns>
467
    </member>
468
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,Leadtools.Caching.CacheItemPolicy,System.String)">
469
      <summary>Adds an entry using key and value pair into the cache, and returns an existing cache entry with a matching key.</summary>
470
      <param name="key">Unique identifier of the cache item.</param>
471
      <param name="value">Data for the cache item.</param>
472
      <param name="policy">Expiration policy for the item.</param>
473
      <param name="regionName">Optional name of a region in cache.</param>
474
      <returns>The previous cache entry that matches the specified key, if found.</returns>
475
    </member>
476
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTime,System.String)">
477
      <summary>Adds an entry using key and value pair and absolute expiration date into the cache, and returns an existing cache entry with a matching key.</summary>
478
      <param name="key">Unique identifier of the cache item.</param>
479
      <param name="value">Data for the cache item.</param>
480
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
481
      <param name="regionName">Optional name of a region in cache.</param>
482
      <returns>The previous cache entry that matches the specified key, if found.</returns>
483
    </member>
484
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting`1(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
485
      <summary>Adds a cache entry into the cache, and returns an existing cache entry with a matching key.</summary>
486
      <param name="item">Cache item to add.</param>
487
      <param name="policy">Expiration policy for the item.</param>
488
      <returns>The previous cache entry that matches the specified key, if found.</returns>
489
    </member>
490
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting`1(System.String,T,Leadtools.Caching.CacheItemPolicy,System.String)">
491
      <summary>Adds an entry using key and value pair into the cache, and returns an existing cache entry with a matching key.</summary>
492
      <param name="key">Unique identifier of the cache item.</param>
493
      <param name="value">Data for the cache item.</param>
494
      <param name="policy">Expiration policy for the item.</param>
495
      <param name="regionName">Optional name of a region in cache.</param>
496
      <returns>The previous cache entry that matches the specified key, if found.</returns>
497
    </member>
498
    <member name="M:Leadtools.Caching.ObjectCache.AddOrGetExisting`1(System.String,T,System.DateTime,System.String)">
499
      <summary>Adds an entry using key and value pair and absolute expiration date into the cache, and returns an existing cache entry with a matching key.</summary>
500
      <param name="key">Unique identifier of the cache item.</param>
501
      <param name="value">Data for the cache item.</param>
502
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
503
      <param name="regionName">Optional name of a region in cache.</param>
504
      <returns>The previous cache entry that matches the specified key, if found.</returns>
505
    </member>
506
    <member name="M:Leadtools.Caching.ObjectCache.BeginAddExternalResource(System.String,System.String,System.Boolean)">
507
      <summary>Begins adding a new cache item.</summary>
508
      <param name="key">Unique item identifier.</param>
509
      <param name="regionName">Optional region name.</param>
510
      <param name="readWrite"></param>
511
      <returns>Returns URI to the path holding the data for the item.</returns>
512
    </member>
513
    <member name="M:Leadtools.Caching.ObjectCache.Contains(System.String,System.String)">
514
      <summary>Checks whether the specified cache entry exists in the cache.</summary>
515
      <param name="key">Unique identifier of the cache item.</param>
516
      <param name="regionName">Optional name of a region in cache.</param>
517
      <returns>Target Platforms</returns>
518
    </member>
519
    <member name="M:Leadtools.Caching.ObjectCache.CopyCacheItemPolicy(Leadtools.Caching.CacheItemPolicy)">
520
      <summary>Creates a copy of a cache policy.</summary>
521
      <param name="policy">Source cache policy.</param>
522
      <returns>Exact copy of policy, or **null** if policy is **null**.</returns>
523
    </member>
524
    <member name="M:Leadtools.Caching.ObjectCache.DateFromString(System.String)">
525
      <summary>Parses a date / time value stored in a string.</summary>
526
      <param name="value">Input string containing a date / time value.</param>
527
      <returns>The value converted to a date / time.</returns>
528
    </member>
529
    <member name="M:Leadtools.Caching.ObjectCache.DateToString(System.DateTime)">
530
      <summary>Converts a date / time value to a string using the current format.</summary>
531
      <param name="value">Input date / time value.</param>
532
      <returns>The value converted to a string.</returns>
533
    </member>
534
    <member name="M:Leadtools.Caching.ObjectCache.DeleteAll(System.String,System.Collections.Generic.ISet&lt;string&gt;)">
535
      <summary>Deletes the specified items from the cache.</summary>
536
      <param name="regionName">Optional region name.</param>
537
      <param name="keys">Cache item keys to delete.</param>
538
    </member>
539
    <member name="M:Leadtools.Caching.ObjectCache.DeleteItem(System.String,System.String)">
540
      <summary>Deletes the specified item from the cache.</summary>
541
      <param name="key">Cache item key to delete.</param>
542
      <param name="regionName">Optional region name.</param>
543
    </member>
544
    <member name="M:Leadtools.Caching.ObjectCache.DeleteRegion(System.String)">
545
      <summary>Deletes the specified region and all its data.</summary>
546
      <param name="regionName">region name. This value cannot be **null**.</param>
547
    </member>
548
    <member name="M:Leadtools.Caching.ObjectCache.EndAddExternalResource(System.Boolean,System.String,System.Object,Leadtools.Caching.CacheItemPolicy,System.String)">
549
      <summary>Ends adding a new cache item and commit the changes.</summary>
550
      <param name="commit"></param>
551
      <param name="key">Unique item identifier.</param>
552
      <param name="value">Data for the cache item.</param>
553
      <param name="policy">Expiration policy to use with this item.</param>
554
      <param name="regionName">Optional region name.</param>
555
    </member>
556
    <member name="M:Leadtools.Caching.ObjectCache.EndAddExternalResource`1(System.Boolean,System.String,T,Leadtools.Caching.CacheItemPolicy,System.String)">
557
      <summary>Ends adding a new cache item and commit the changes.</summary>
558
      <param name="commit"></param>
559
      <param name="key">Unique item identifier.</param>
560
      <param name="value">Data for the cache item.</param>
561
      <param name="policy">Expiration policy to use with this item.</param>
562
      <param name="regionName">Optional region name.</param>
563
    </member>
564
    <member name="M:Leadtools.Caching.ObjectCache.EnumerateKeys(System.String,Leadtools.Caching.EnumerateCacheEntriesCallback)">
565
      <summary>Enumerates all the items in a region.</summary>
566
      <param name="region">Optional region name.</param>
567
      <param name="callback">Occurs for each item found in the region. The entry parameter of callback will contain</param>
568
    </member>
569
    <member name="M:Leadtools.Caching.ObjectCache.EnumerateRegions(Leadtools.Caching.EnumerateCacheEntriesCallback)">
570
      <summary>Enumerates all the regions in this cache.</summary>
571
      <param name="callback">Occurs for each region found in the cache. The entry parameter of callback will contain</param>
572
    </member>
573
    <member name="M:Leadtools.Caching.ObjectCache.Get(System.String,System.String)">
574
      <summary>Value of the specified cache entry.</summary>
575
      <param name="key">Unique identifier of the cache item.</param>
576
      <param name="regionName">Optional name of a region in cache.</param>
577
      <returns>The value of the specified entry if found, otherwise; **null**.</returns>
578
    </member>
579
    <member name="M:Leadtools.Caching.ObjectCache.Get`1(System.String,System.String)">
580
      <summary>Value of the specified cache entry.</summary>
581
      <param name="key">Unique identifier of the cache item.</param>
582
      <param name="regionName">Optional name of a region in cache.</param>
583
      <returns>The value of the specified entry if found, otherwise; **null**.</returns>
584
    </member>
585
    <member name="M:Leadtools.Caching.ObjectCache.GetCacheItem">
586
      <summary>Specified cache entry from the cache.</summary>
587
      <param name="key">Unique identifier of the cache item.</param>
588
      <param name="regionName">Optional name of a region in cache.</param>
589
      <returns>The cache item if found, otherwise; **null**.</returns>
590
    </member>
591
    <member name="M:Leadtools.Caching.ObjectCache.GetCacheItem`1(System.String,System.String)">
592
      <summary>Specified cache entry from the cache.</summary>
593
      <param name="key">Unique identifier of the cache item.</param>
594
      <param name="regionName">Optional name of a region in cache.</param>
595
      <returns>The cache item if found, otherwise; **null**.</returns>
596
    </member>
597
    <member name="M:Leadtools.Caching.ObjectCache.GetCount(System.String)">
598
      <summary>Total number of cache entries in the cache.</summary>
599
      <param name="regionName">Optional name of a region in cache.</param>
600
      <returns>The total number of cache entries found.</returns>
601
    </member>
602
    <member name="M:Leadtools.Caching.ObjectCache.GetItemExternalResource(System.String,System.String,System.Boolean)">
603
      <summary>Get a URI to the cache item</summary>
604
      <param name="key">Unique item identifier.</param>
605
      <param name="regionName">Optional region name.</param>
606
      <param name="readWrite"></param>
607
      <returns>Returns URI to the path holding the data for the item.</returns>
608
    </member>
609
    <member name="M:Leadtools.Caching.ObjectCache.GetItemVirtualDirectoryUrl(System.String,System.String)">
610
      <summary>Gets a URI that provides HTTP GET access to data for the specified item.</summary>
611
      <param name="key">Unique item identifier.</param>
612
      <param name="regionName">Optional region (sub-directory) name.</param>
613
      <returns>The URI to the file holding the data for the specified item.</returns>
614
    </member>
615
    <member name="M:Leadtools.Caching.ObjectCache.GetStatistics">
616
      <summary>Returns a snapshot of the number of all items in the cache.</summary>
617
      <returns>A CacheStatistics object containing the current number of regions, items and expired items in the cache.</returns>
618
    </member>
619
    <member name="M:Leadtools.Caching.ObjectCache.GetStatistics(System.String,System.String)">
620
      <summary>Returns a snapshot of the number of items in the specified region.</summary>
621
      <param name="key">Key name. If this parameter is not **null**, then this method will return information on this item only. This can be used to check</param>
622
      <param name="">is returned.</param>
623
      <param name="regionName">Region name. If this value is not **null**, then this method will return information on the items in this region. If this</param>
624
      <param name=""></param>
625
      <returns>A CacheStatistics object containing the current number of regions, items and expired items in the cache.</returns>
626
    </member>
627
    <member name="M:Leadtools.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable&lt;string&gt;,System.String)">
628
      <summary>Cache entries that correspond the specified keys.</summary>
629
      <param name="keys">Collection of unique identifiers.</param>
630
      <param name="regionName">Optional name of a region in cache.</param>
631
      <returns>Dictionary of key/value pair found.</returns>
632
    </member>
633
    <member name="M:Leadtools.Caching.ObjectCache.IsInfinite(System.DateTime)">
634
      <summary>Determines whether the specified time span is an infinite value.</summary>
635
      <param name="value">Time span to check.</param>
636
      <returns>Target Platforms</returns>
637
    </member>
638
    <member name="M:Leadtools.Caching.ObjectCache.Remove">
639
      <summary>Removes an entry from the cache.</summary>
640
      <param name="key">Unique identifier of the cache item.</param>
641
      <param name="regionName">Optional name of a region in cache.</param>
642
      <returns>The value of the item removed from the cache if found, otherwise; **null**.</returns>
643
    </member>
644
    <member name="M:Leadtools.Caching.ObjectCache.Remove`1(System.String,System.String)">
645
      <summary>Removes an entry from the cache.</summary>
646
      <param name="key">Unique identifier of the cache item.</param>
647
      <param name="regionName">Optional name of a region in cache.</param>
648
      <returns>The value of the item removed from the cache if found, otherwise; **null**.</returns>
649
    </member>
650
    <member name="M:Leadtools.Caching.ObjectCache.RemoveItemExternalResource(System.String,System.String)">
651
      <summary>Removes the external resource URI associated with the specified cache item</summary>
652
      <param name="key">Unique item identifier.</param>
653
      <param name="regionName">Optional region name.</param>
654
    </member>
655
    <member name="M:Leadtools.Caching.ObjectCache.Set(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
656
      <summary>Adds an item into the cache.</summary>
657
      <param name="item">Cache item to add.</param>
658
      <param name="policy">Item expiration policy.</param>
659
    </member>
660
    <member name="M:Leadtools.Caching.ObjectCache.Set(System.String,System.Object,Leadtools.Caching.CacheItemPolicy,System.String)">
661
      <summary>Adds a key/value pair item into the cache.</summary>
662
      <param name="key">Unique identifier of the cache item.</param>
663
      <param name="value">Data for the cache item.</param>
664
      <param name="policy">Expiration policy for the item.</param>
665
      <param name="regionName">Optional name of a region in cache.</param>
666
    </member>
667
    <member name="M:Leadtools.Caching.ObjectCache.Set(System.String,System.Object,System.DateTime,System.String)">
668
      <summary>Adds a key/value pair item into the cache with the specified absolute expiration date.</summary>
669
      <param name="key">Unique identifier of the cache item.</param>
670
      <param name="value">Data for the cache item.</param>
671
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
672
      <param name="regionName">Optional name of a region in cache.</param>
673
    </member>
674
    <member name="M:Leadtools.Caching.ObjectCache.Set`1(Leadtools.Caching.CacheItem,Leadtools.Caching.CacheItemPolicy)">
675
      <summary>Adds an item into the cache.</summary>
676
      <param name="item">Cache item to add.</param>
677
      <param name="policy">Item expiration policy.</param>
678
    </member>
679
    <member name="M:Leadtools.Caching.ObjectCache.Set`1(System.String,T,Leadtools.Caching.CacheItemPolicy,System.String)">
680
      <summary>Adds a key/value pair item into the cache.</summary>
681
      <param name="key">Unique identifier of the cache item.</param>
682
      <param name="value">Data for the cache item.</param>
683
      <param name="policy">Expiration policy for the item.</param>
684
      <param name="regionName">Optional name of a region in cache.</param>
685
    </member>
686
    <member name="M:Leadtools.Caching.ObjectCache.Set`1(System.String,T,System.DateTime,System.String)">
687
      <summary>Adds a key/value pair item into the cache with the specified absolute expiration date.</summary>
688
      <param name="key">Unique identifier of the cache item.</param>
689
      <param name="value">Data for the cache item.</param>
690
      <param name="absoluteExpiration">Absolute expiration date to use.</param>
691
      <param name="regionName">Optional name of a region in cache.</param>
692
    </member>
693
    <member name="M:Leadtools.Caching.ObjectCache.Update(System.String,System.Object,System.String)">
694
      <summary>Update an existing item in the cache.</summary>
695
      <param name="key">Cache item key to delete.</param>
696
      <param name="value">Data for the cache item.</param>
697
      <param name="regionName">Optional region name.</param>
698
      <returns>Target Platforms</returns>
699
    </member>
700
    <member name="M:Leadtools.Caching.ObjectCache.Update`1(System.String,T,System.String)">
701
      <summary>Update an existing item in the cache.</summary>
702
      <param name="key">Cache item key to delete.</param>
703
      <param name="value">Data for the cache item.</param>
704
      <param name="regionName">Optional region name.</param>
705
      <returns>Target Platforms</returns>
706
    </member>
707
    <member name="M:Leadtools.Caching.ObjectCache.UpdateCacheItem(Leadtools.Caching.CacheItem)">
708
      <summary>Update an existing item in the cache.</summary>
709
      <param name="item">Item to update. Must not be **null**.</param>
710
      <returns>Target Platforms</returns>
711
    </member>
712
    <member name="M:Leadtools.Caching.ObjectCache.UpdateCacheItem`1(Leadtools.Caching.CacheItem&lt;T&gt;)">
713
      <summary>Update an existing item in the cache.</summary>
714
      <param name="item">Item to update. Must not be **null**.</param>
715
      <returns>Target Platforms</returns>
716
    </member>
717
    <member name="M:Leadtools.Caching.ObjectCache.UpdatePolicy(System.String,Leadtools.Caching.CacheItemPolicy,System.String)">
718
      <summary>Update the policy of an existing cache item.</summary>
719
      <param name="key">Unique item identifier.</param>
720
      <param name="policy">New expiration policy to use with this item.</param>
721
      <param name="regionName">Optional region (sub-directory) name.</param>
722
    </member>
723
    <member name="M:Leadtools.Caching.ObjectCache.GetEnumerator">
724
      <summary>Creates an enumerator that can be used to iterate through a collection of cache entries.</summary>
725
      <returns>An enumerator that can be used to iterate through a collection of cache entries.</returns>
726
    </member>
727
    <member name="M:Leadtools.Caching.ObjectCache.OnCacheItemExpired(Leadtools.Caching.CacheItemExpiredEventArgs)">
728
      <summary>Raises the CacheItemExpired event.</summary>
729
      <param name="e">Event data.</param>
730
    </member>
731
    <member name="M:Leadtools.Caching.ObjectCache.OnCacheItemExpiring(Leadtools.Caching.CacheItemExpiringEventArgs)">
732
      <summary>Raises the CacheItemExpiring event.</summary>
733
      <param name="e">Event data.</param>
734
    </member>
735
    <member name="E:Leadtools.Caching.ObjectCache.CacheItemExpired">
736
      <summary>Occurs when an expired item has been removed from the cache.</summary>
737
    </member>
738
    <member name="E:Leadtools.Caching.ObjectCache.CacheItemExpiring">
739
      <summary>Occurs when an item has expired and is about to be removed from the cache.</summary>
740
    </member>
741
    <member name="P:Leadtools.Caching.ObjectCache.DataSerializationMode">
742
      <summary>Determines the type of serialization to use when the data is saved into the cache.</summary>
743
      <value>The type of serialization to use when the data is saved into the cache.</value>
744
    </member>
745
    <member name="P:Leadtools.Caching.ObjectCache.DefaultCacheCapabilities">
746
      <summary>The capabilities of this cache</summary>
747
      <value>The capabilities of this cache.</value>
748
    </member>
749
    <member name="P:Leadtools.Caching.ObjectCache.Item">
750
      <summary>The cache item.</summary>
751
      <value>The value associated with this cache entry.</value>
752
    </member>
753
    <member name="P:Leadtools.Caching.ObjectCache.Name">
754
      <summary>Unique name of this cache object</summary>
755
      <value>The unique name of this cache object.</value>
756
    </member>
757
    <member name="P:Leadtools.Caching.ObjectCache.PolicySerializationMode">
758
      <summary>Determines the type of serialization to use when the policy is saved into the cache.</summary>
759
      <value>The type of serialization to use when the policy is saved into the cache.</value>
760
    </member>
761
    <member name="F:Leadtools.Caching.ObjectCache.DateFormat">
762
      <summary>Format to use when storing dates in the XML and JSON formats.</summary>
763
    </member>
764
    <member name="F:Leadtools.Caching.ObjectCache.InfiniteAbsoluteExpiration">
765
      <summary>Value that indicates that a cache entry has no absolute expiration.</summary>
766
    </member>
767
    <member name="F:Leadtools.Caching.ObjectCache.NoSlidingExpiration">
768
      <summary>Value that indicates that a cache entry has no sliding expiration.</summary>
769
    </member>
770
    <member name="T:Leadtools.Caching.EnumerateCacheEntriesCallback(System.String)">
771
      <summary>Callback for the EnumerateRegions and EnumerateKeys method.</summary>
772
      <param name="entry">The entry name</param>
773
    </member>
774
    <member name="T:Leadtools.Caching.CacheSerializationMode">
775
      <summary>Cache serialization mode</summary>
776
    </member>
777
    <member name="F:Leadtools.Caching.CacheSerializationMode.Binary">
778
      <summary>Binary serialization using the native framework serialization capability.</summary>
779
    </member>
780
    <member name="F:Leadtools.Caching.CacheSerializationMode.Xml">
781
      <summary>XML serialization. This mode is backward compatible between different versions of LEADTOOLS.</summary>
782
    </member>
783
    <member name="F:Leadtools.Caching.CacheSerializationMode.Json">
784
      <summary>Json serialization. This mode is backward compatible between different versions of LEADTOOLS.</summary>
785
    </member>
786
    <member name="T:Leadtools.Caching.DefaultCacheCapabilities">
787
      <summary>Set of features that a cache implementation provides.</summary>
788
    </member>
789
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.None">
790
      <summary></summary>
791
    </member>
792
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.InMemoryProvider">
793
      <summary></summary>
794
    </member>
795
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.OutOfProcessProvider">
796
      <summary></summary>
797
    </member>
798
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors">
799
      <summary></summary>
800
    </member>
801
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.AbsoluteExpirations">
802
      <summary></summary>
803
    </member>
804
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.SlidingExpirations">
805
      <summary></summary>
806
    </member>
807
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback">
808
      <summary></summary>
809
    </member>
810
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback">
811
      <summary></summary>
812
    </member>
813
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.CacheRegions">
814
      <summary>Cache implementation supports the ability to partition its storage into cache regions.</summary>
815
    </member>
816
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.ExternalResources">
817
      <summary>Cache implementation supports obtaining a URI to cache items providing direct file read or write access.</summary>
818
    </member>
819
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.Serialization">
820
      <summary>This is a hint to the cache users that this implementation will serialize the objects added to the cache right away.</summary>
821
    </member>
822
    <member name="F:Leadtools.Caching.DefaultCacheCapabilities.VirtualDirectory">
823
      <summary>Cache implementation supports obtaining a URI to cache items providing HTTP GET access.</summary>
824
    </member>
825
  </members>
826
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)