Classes

Add

Store an item in the cache if it doesn't exist, with tags support.

Decrement the value of an item in the cache with tags support.

Flush tags using lazy cleanup mode (fast).

Store an item in the cache indefinitely with tags support.

Remove an item from the cache along with its tag membership.

Get all items (keys and values) for the given tags.

Get all keys associated with a tag.

Increment the value of an item in the cache with tags support.

Prune orphaned fields from any tag hashes.

Put

Store an item in the cache with tags support.

Store multiple items in the cache with tags support.

Adjust the expiration time of a cached item and its tag metadata.