Learn R Programming

R.oo (version 1.7.5)

clearCache.Object: Clear fields that are defined to have cached values

Description

Clear fields that are defined to have cached values by assigning NULL to these fields.

Usage

## S3 method for class 'Object':
clearCache(this, ...)

Arguments

...
Not used.

Value

  • Returns itself (invisible).

See Also

To clear the cached fields and run the garbage collector see *gc(). For more information see Object.