Click or drag to resize
LoggerCacheTKey, TLogger Class

[This is preliminary documentation and is subject to change.]

Logger cache.
Inheritance Hierarchy
SystemObject
  YallaLoggerCacheTKey, TLogger

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public sealed class LoggerCache<TKey, TLogger> : ILoggerCache<TKey, TLogger>, 
	IDisposable
where TLogger : class

Type Parameters

TKey
The type of the key.
TLogger
The type of the logger.

The LoggerCacheTKey, TLogger type exposes the following members.

Constructors
  NameDescription
Public methodLoggerCacheTKey, TLogger
Initializes a new instance of the LoggerCacheTKey, TLogger class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrAdd
Gets or adds a logger.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also