A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Apptus.Util.Collection
LRU(K, T) Class
LRU(K, T) Methods
Clear Method
Get Method
GetExisting Method
Remove Method
RemoveStale Method
Size Method
Touch Method
LRU
K
,
T
Size Method
Get the current number of nodes present in this LRU instance.
Namespace:
Apptus.Util.Collection
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
Copy
public
int
Size
()
Return Value
Type:
Int32
The number of elements.
See Also
Reference
LRU
K, T
Class
Apptus.Util.Collection Namespace