Interface IFunctionArgumentsCacheObj

interface IFunctionArgumentsCacheObj {
    cache?: FunctionArgumentsCache;
    func?: ImplementationFunction;
}

Properties

Properties