# Functions
NewCache creates a new instance of Cache.
NewQuery creates a new instance of Query.
NewReadOnlyCache creates a new instance of ReadOnlyCache.
NewResourceIterator creates a new instance of ResourceIterator.
NewWriteCache creates a new instance of WriteCache.
# Structs
Cache is an autogenerated mock type for the Cache type.
Cache_AddIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddIndex'.
Cache_AddQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddQuery'.
Cache_AddType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddType'.
Cache_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'.
No description provided by the author
Cache_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
Cache_Insert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Insert'.
Cache_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'.
Cache_ListIterator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListIterator'.
Cache_Parents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Parents'.
Cache_ParentsIterator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParentsIterator'.
Cache_Query_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Query'.
Query is an autogenerated mock type for the Query type.
Query_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'.
No description provided by the author
ReadOnlyCache is an autogenerated mock type for the ReadOnlyCache type.
No description provided by the author
ReadOnlyCache_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
ReadOnlyCache_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'.
ReadOnlyCache_ListIterator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListIterator'.
ReadOnlyCache_Parents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Parents'.
ReadOnlyCache_ParentsIterator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParentsIterator'.
ReadOnlyCache_Query_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Query'.
ResourceIterator is an autogenerated mock type for the ResourceIterator type.
No description provided by the author
ResourceIterator_Next_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Next'.
WriteCache is an autogenerated mock type for the WriteCache type.
WriteCache_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'.
No description provided by the author
WriteCache_Insert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Insert'.