Beispiel #1
0
        /** <inheritdoc /> */
        public void DestroyCache(string name)
        {
            IgniteArgumentCheck.NotNull(name, "name");

            UU.ProcessorDestroyCache(_proc, name);
        }
Beispiel #2
0
 /** <inheritdoc /> */
 public void DestroyCache(string name)
 {
     UU.ProcessorDestroyCache(_proc, name);
 }