This class is utilized by the ASP.NET framework to use fragment
caching with user controls. You can enable fragment caching by using
the OutputCache directive at the beginning of the
appropriate .ascx file.
public class PartialCachingControl : BasePartialCachingControl {
// Public Instance Properties
public Control CachedControl{get; }
}