The LRUMap type exposes the following members.

Constructors

  NameDescription
Public methodLRUMap()()()()
Initializes a new instance of the LRUMap class
Public methodLRUMap(Int32)
Initializes a new instance of the LRUMap class

Methods

  NameDescription
Public methodAdd (Overrides SequencedHashMap..::..Add(Object, Object).)
Public methodClear
(Inherited from SequencedHashMap.)
Public methodContains
(Inherited from SequencedHashMap.)
Public methodContainsKey
(Inherited from SequencedHashMap.)
Public methodContainsValue
(Inherited from SequencedHashMap.)
Public methodCopyTo
(Inherited from SequencedHashMap.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
(Inherited from SequencedHashMap.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessRemovedLRU
Public methodRemove
(Inherited from SequencedHashMap.)
Public methodToString
(Inherited from SequencedHashMap.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

  NameDescription
Public propertyCount
(Inherited from SequencedHashMap.)
Public propertyFirstKey
(Inherited from SequencedHashMap.)
Public propertyFirstValue
(Inherited from SequencedHashMap.)
Public propertyIsFixedSize
(Inherited from SequencedHashMap.)
Public propertyIsReadOnly
(Inherited from SequencedHashMap.)
Public propertyIsSynchronized
(Inherited from SequencedHashMap.)
Public propertyItem (Overrides SequencedHashMap..::..Item[([( Object])]) .)
Public propertyKeys
(Inherited from SequencedHashMap.)
Public propertyLastKey
(Inherited from SequencedHashMap.)
Public propertyLastValue
(Inherited from SequencedHashMap.)
Public propertyMaximumSize
Public propertySyncRoot
(Inherited from SequencedHashMap.)
Public propertyValues
(Inherited from SequencedHashMap.)

See Also