/// <summary>
 /// Adds new object to cache, but if object with key value already
 /// exists, then instead of addition modification happens
 /// </summary>
 public void AddCacheObject(object aObject)
 {
     Master.AddCacheObject(aObject);
 }