Beispiel #1
0
 /// <summary>
 /// Release local resources associated with this instance of
 /// INamedCache.
 /// </summary>
 /// <remarks>
 /// <p>
 /// Releasing a cache makes it no longer usable, but does not affect
 /// the cache itself. In other words, all other references to the
 /// cache will still be valid, and the cache data is not affected by
 /// releasing the reference.
 /// Any attempt to use this reference afterword will result in an
 /// exception.</p>
 /// </remarks>
 public virtual void Release()
 {
     NamedCache.Release();
 }