Documentation for method cache
assembled from the following pages:
Class: Any §
From Any
(Any) method cache §
Defined as:
method cache()
Provides a List representation of the object itself, calling the method list
on the instance.
Role: PositionalBindFailover §
(PositionalBindFailover) method cache §
method cache(PositionalBindFailover: --> List)
Returns a List based on the iterator
method, and caches it. Subsequent calls to cache
always return the same List
object.