CacheEntityWrapper<T> class CacheEntityWrapper<T> Documentation Code namespace Relativity.Transfer.InstanceSettings { internal class CacheEntityWrapper<T> { public T Value { get; set; } } }