Which two conditions must be true for a PL/SQL function to be cached?
It must be part of a package.
It must be a pipelined table function.
It must not be defined in an anonymous block.
It must have at least one OUT or IN OUT parameter.