# Functions
Get retrieves a single resource from the specified index that matches the provided args.
List retrieves all the resources from the specified index matching the provided args.
ListIterator retrieves an iterator over all resources from the specified index matching the provided args.
No description provided by the author
No description provided by the author
NewCloningReadOnlyCache will wrap the provided ReadOnlyCache with an implementation which clones resources that are read out of the cache.
Parents retrieves all resources whos index value is a parent (or prefix) of the value calculated from the provided args.
ParentsIterator retrieves an iterator over all resources whos index value is a parent (or prefix) of the value calculated from the provided args.
Query will execute a named query against the cache and return an interator over its results.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
ReadOnlyCache is the set of methods on the Resource cache that can be used to query the cache.
No description provided by the author
No description provided by the author
# Type aliases
Query is the function type to use for named query callbacks.