clearLookupCache.Object {R.oo} | R Documentation |
Clear internal fields used for faster lookup
Description
Clear internal fields used for faster lookup by removing these fields.
This method is called whenever *clearCache()
is called on the
object.
Usage
## S3 method for class 'Object'
clearLookupCache(this, ...)
Arguments
... |
Not used. |
Value
Returns itself (invisible).
Author(s)
Henrik Bengtsson
See Also
For more information see Object
.
[Package R.oo version 1.25.0 Index]