logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSCacheRemove - TSCacheRemove API function

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.

Name

       TSCacheRemove - TSCacheRemove API function

Synopsis

          #include <ts/ts.h>

       TSActionTSCacheRemove(TSContcontp,TSCacheKeykey)

See Also