method cache

Documentation for method cache assembled from the following types:

role PositionalBindFailover

From PositionalBindFailover

(PositionalBindFailover) 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.

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.