コード例 #1
0
 /// <summary>
 /// This method is called by the cache to indicate that an entry
 /// has been touched.
 /// </summary>
 /// <param name="entry">
 /// The <see cref="IConfigurableCacheEntry"/> that has been touched.
 /// </param>
 public abstract void EntryTouched(IConfigurableCacheEntry entry);
コード例 #2
0
 /// <summary>
 /// This method is called to indicate that an entry has been either
 /// inserted or updated.
 /// </summary>
 /// <param name="entry">
 /// The cache entry that has been updated.
 /// </param>
 public abstract void EntryUpdated(IConfigurableCacheEntry entry);