get_attachments_key method

get_attachments_key

Returns a unique identifier for the cache entry that represents a collection of Attachment objects.

def get_attachments_key(cls):
    ...

Returns: Unique identifier for the cache entry that represents a collection of Attachment objects.

See Also