LJ::Tags::reset_cache

LJ::Tags::reset_cache — Clears out all cached information for a user's tags.

Use

LJ::Tags::reset_cache(uobj, jitemid);

Arguments

  • uobj. User id or object of account to clear cache for

  • jitemid. Either a single jitemid or an arrayref of jitemids to clear for the user. If not present, the user's tags cache is cleared. If present, the cache for those entries only are cleared.

Source:

cgi-bin/LJ/Tags.pm

Returns:

undef on error; 1 on success