invalidate

public static void invalidate(PropEntity prop)

Invalidates the cached Lua table for the given prop. Call when the prop is removed so the cached closures (which hold strong references to the underlying entity) can be GC'd promptly.


public static void invalidate(UUID propUuid)