.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Net.Cache
LocalCache Class
LocalCache Properties
CacheHits Property
CacheLoader Property
CacheMisses Property
CacheStatistics Property
CacheStore Property
CalculatorType Property
Count Property
CurrentKeyMask Property
Entries Property
EvictionPolicy Property
EvictionType Property
ExpiryDelay Property
FlushDelay Property
FlushTime Property
HighUnits Property
HitProbability Property
IndexMap Property
Item Property
Keys Property
LowUnits Property
PruneLevel Property
Storage Property
UnitCalculator Property
Units Property
Values Property
LocalCache
Item Property
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets or sets the element with the specified key.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
override
Object
this
[
Object
key
] {
get
;
set
; }
Parameters
key
Type:
System
Object
The key of the element to get or set.
Property Value
Type:
Object
The element with the specified key.
Implements
IDictionary
Item
Object
IDictionary
Item
Object
See Also
Reference
LocalCache Class
Tangosol.Net.Cache Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.