Provided by: trafficserver-dev_9.2.3+ds-1+deb12u1build4_amd64 bug

NAME

       TSCacheRemove - TSCacheRemove API function

SYNOPSIS

          #include <ts/ts.h>

       TSAction TSCacheRemove(TSCont contp, TSCacheKey key)

DESCRIPTION

       Removes the object corresponding to key from the cache.

       If  the object was removed successfully, the cache calls contp back with the event TS_EVENT_CACHE_REMOVE.
       If  the  object  was  not  found  in  the  cache,  the  cache   calls   contp   back   with   the   event
       TS_EVENT_CACHE_REMOVE_FAILED.

       In  both  of  these  callbacks, the user (contp) does not have to do anything.  The user does not get any
       vconnection from the cache, since no data needs to be transferred.  When the cache calls contp back  with
       TS_EVENT_CACHE_REMOVE, the remove has already been committed.

COPYRIGHT

       2024, dev@trafficserver.apache.org