Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
ConcurrentCache
<
TKey
,
TValue
>
.
Count
Property
Namespace
Statiq
.Common
Type
ConcurrentCache
<TKey,
TValue>
Constructors
ConcurrentCache
(bool)
ConcurrentCache
(bool,
bool)
ConcurrentCache
(bool,
IEqualityComparer
<TKey>
)
ConcurrentCache
(bool,
bool,
IEqualityComparer
<TKey>
)
Method Members
AddOrUpdate
(TKey,
Func
<TKey,
TValue>
,
Func
<TKey,
TValue,
TValue>
)
AddOrUpdate
<TArg>
(TKey,
Func
<TKey,
TArg,
TValue>
,
Func
<TKey,
TValue,
TArg,
TValue>
,
TArg)
AddOrUpdate
(TKey,
TValue,
Func
<TKey,
TValue,
TValue>
)
ContainsKey
(TKey)
GetEnumerator
()
GetOrAdd
(TKey,
Func
<TKey,
TValue>
)
GetOrAdd
<TArg>
(TKey,
Func
<TKey,
TArg,
TValue>
,
TArg)
GetOrAdd
(TKey,
TValue)
Reset
()
TryAdd
(TKey,
Func
<TValue>
)
TryAdd
(TKey,
TValue)
TryGetValue
(TKey,
TValue)
TryRemove
(TKey,
TValue)
Property Members
Count
Keys
this[TKey]
Values
Namespace
Statiq
.Common
Containing Type
ConcurrentCache
<
TKey
,
TValue
>
Implements
IReadOnlyCollection
<KeyValuePair
<
TKey
,
TValue
>
>
.Count
Property Type
int
Syntax
public int Count { get; }
Value
Type
Description
int
On This Page
Syntax
Value