private void RaiseCacheUpdatedEvent(object sender, CacheUpdatedArgs eventArgs) { if (CacheUpdated != null) { CacheUpdated(sender, eventArgs); } }