google.appengine.api.memcache.delete_multi
Stay organized with collections
Save and categorize content based on your preferences.
Delete multiple keys at once.
google.appengine.api.memcache.delete_multi(
keys, seconds=0, key_prefix='', namespace=None
)
Args |
keys
|
List of keys to delete.
|
seconds
|
Optional number of seconds to make deleted items 'locked'
for 'add' operations. Value can be a delta from current time (up to
1 month), or an absolute Unix epoch time. Defaults to 0, which means
items can be immediately added. With or without this option,
a 'set' operation will always work. Float values will be rounded up to
the nearest whole second.
|
key_prefix
|
Prefix to put on all keys when sending specified
keys to memcache. See docs for get_multi() and set_multi().
|
namespace
|
a string specifying an optional namespace to use in
the request.
|
Returns |
True if all operations completed successfully. False if one
or more failed to complete.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[null,null,["Last updated 2025-06-16 UTC."],[],[]]