FragmentedKeys.Tag (fragmented_keys v0.1.1)

Copy Markdown View Source

Unified interface for tag operations across Standard and Constant tags.

Summary

Functions

Check if this tag's version can be bulk-fetched with the given group.

Return the cache handler used by this tag.

Return the tag name with its current version.

Return the cache key used to store this tag's version.

Return the current version for this tag-instance.

Increment the tag version, invalidating dependent keys. Returns updated tag.

Reset the tag version to a new microtime-based value. Returns updated tag.

Override the cache handler for this tag. Returns updated tag.

Manually set the tag version. Returns updated tag.

Functions

delegate_cache_query(tag, group)

Check if this tag's version can be bulk-fetched with the given group.

get_cache_handler(arg1)

Return the cache handler used by this tag.

get_full_tag(tag)

Return the tag name with its current version.

get_tag_name(map)

Return the cache key used to store this tag's version.

get_tag_version(tag)

Return the current version for this tag-instance.

increment(tag)

Increment the tag version, invalidating dependent keys. Returns updated tag.

reset_tag_version(tag)

Reset the tag version to a new microtime-based value. Returns updated tag.

set_cache_handler(tag, handler)

Override the cache handler for this tag. Returns updated tag.

set_tag_version(tag, version, update)

Manually set the tag version. Returns updated tag.