setFuncCacheSize method

void setFuncCacheSize(
  1. int size
)

Implementation

void setFuncCacheSize( int size ){
	procFunc().setMaxNum( size );
}