The cache routine

Combined from primary sources listed below.

In class Any ( Type/Any )§

See primary docmentation in context for method cache.

method cache§

method cache()

Provides a List representation of the object itself, calling the method list on the instance.

In role PositionalBindFailover ( Type/PositionalBindFailover )§

See primary docmentation in context for method cache.

method cache§

method cache(PositionalBindFailover:D: --> List:D)

Returns a List based on the iterator method, and caches it. Subsequent calls to cache always return the same List object.