funcCacheSize method

int funcCacheSize()

Implementation

int funcCacheSize(){
	return procFunc().maxNum();
}