CacheKeys class

CacheKeys class

Provides methods to retrieve unique identifier for the cache entry.

The CacheKeys type exposes the following members:

Methods

Method Description
get_attachment_key Returns unique identifier for the cache entry that represents attachment file.
get_attachments_key Returns a unique identifier for the cache entry that represents a collection of Attachment objects.
get_file_info_key Returns unique identifier for the cache entry that represents ViewInfo object.
get_file_key Returns unique identifier for the cache entry that represents file.
get_page_key Returns unique identifier for the cache entry that represents page file.
get_resource_filter Returns a filter string to search for cache entries that represent Resource objects.
get_resource_key Returns unique identifier for the cache entry that represents Resource object.
get_view_info_key Returns a unique identifier for the cache entry that represents ViewInfo object.

See Also