Skip to end of metadata
Go to start of metadata

SorceryMemoryCacheExpireObject

Synopsis

Expire (remove) an object from a sorcery memory cache.

Description

Expires (removes) an object from a sorcery memory cache. If full backend caching is enabled this action is not available and will fail. In this case the SorceryMemoryCachePopulate or SorceryMemoryCacheExpire AMI actions must be used instead.

Syntax

Action: SorceryMemoryCacheExpireObject
ActionID: <value>
Cache: <value>
Object: <value>
Arguments
  • ActionID - ActionID for this transaction. Will be returned.
  • Cache - The name of the cache to expire the object from.
  • Object - The name of the object to expire.

See Also

Import Version

This documentation was imported from Asterisk Version GIT-18-3330764

  • No labels