Z.Expressions.SqlServer.Eval.SQLNET.expirecache C# (CSharp) Method

expirecache() public static method

Expire caching item.
public static expirecache ( ) : bool
return bool
        public static bool expirecache()
        {
            return ExpireCache();
        }
SQLNET