method cache
1 | class Any |
1.1 | (Any) method cache |
2 | role PositionalBindFailover |
2.1 | (PositionalBindFailover) method cache |
Documentation for method cache
assembled from the following types:
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.