NevronOpenVision
Nevron.Nov.Threading Namespace / NCacheMap<TKey,TValue> Class
Properties Methods


In This Topic
    NCacheMap<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by NCacheMap<TKey,TValue>.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items in the map  
    Top
    Public Methods
     NameDescription
    Public MethodGets a value from the cache, or creates the value and caches it, if it is not there  
    Public MethodRemoves the item from the map that corresponds to the specified key.  
    Public MethodRemoves items from the map, that fail to pass the specified validation check  
    Public MethodTries to get a value from the cache.  
    Top
    See Also