get_resource_filter method

get_resource_filter

Returns filter string to search for cache entries that represents Resource objects.

Returns

Filter string to search for cache entries that represents Resource objects.

def get_resource_filter(self, page_number):
    ...
Parameter Type Description
page_number int The number of page.

Exceptions

Exception Description
ArgumentException Thrown when page_number is less or equal to zero.

See Also