Exemple #1
0
 /// <summary>
 /// Handles the CacheObjectRemoved event. Only DataAccess should call this directly.
 /// </summary>
 /// <param name="source">The object raising the event</param>
 /// <param name="args">The args containing the ID of the entity to remove</param>
 protected virtual void OnCacheObjectRemoved(object source, CacheObjectEventArgs args)
 {
 }
Exemple #2
0
 /// <summary>
 /// Handles the ObjectDestroyed event. Only DataAccess should call this directly.
 /// </summary>
 /// <param name="source">The object raising the event</param>
 /// <param name="args">The generic event args</param>
 protected virtual void OnObjectDestroyed(object source, CacheObjectEventArgs args)
 {
 }