Table of Contents

Class RegisterNameCache

Namespace: Casewhere.Runtime.DSL.Cache
Assembly: Casewhere.Runtime.dll

public sealed class RegisterNameCache : IRegisterNameCache

Inheritance

objectRegisterNameCache

Implements

IRegisterNameCache

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<RegisterNameCache>(RegisterNameCache)

Constructors

RegisterNameCache()

public RegisterNameCache()

Methods

Contains(string)

public bool Contains(string key)

Parameters

key string

Returns

bool

Get<T>(string)

public T Get<T>(string key)

Parameters

key string

Returns

T

Type Parameters

T

Get(string)

public object Get(string key)

Parameters

key string

Returns

object

Set(string, object)

public void Set(string key, object data)

Parameters

key string

data object